Lines Matching refs:channelMoments_
31 Magick::ChannelMoments::ChannelMoments(const ChannelMoments &channelMoments_) in ChannelMoments() argument
32 : _channel(channelMoments_._channel), in ChannelMoments()
33 _huInvariants(channelMoments_._huInvariants), in ChannelMoments()
34 _centroidX(channelMoments_._centroidX), in ChannelMoments()
35 _centroidY(channelMoments_._centroidY), in ChannelMoments()
36 _ellipseAxisX(channelMoments_._ellipseAxisX), in ChannelMoments()
37 _ellipseAxisY(channelMoments_._ellipseAxisY), in ChannelMoments()
38 _ellipseAngle(channelMoments_._ellipseAngle), in ChannelMoments()
39 _ellipseEccentricity(channelMoments_._ellipseEccentricity), in ChannelMoments()
40 _ellipseIntensity(channelMoments_._ellipseIntensity) in ChannelMoments()
102 const MagickCore::ChannelMoments *channelMoments_) in ChannelMoments() argument
105 _centroidX(channelMoments_->centroid.x), in ChannelMoments()
106 _centroidY(channelMoments_->centroid.y), in ChannelMoments()
107 _ellipseAxisX(channelMoments_->ellipse_axis.x), in ChannelMoments()
108 _ellipseAxisY(channelMoments_->ellipse_axis.y), in ChannelMoments()
109 _ellipseAngle(channelMoments_->ellipse_angle), in ChannelMoments()
110 _ellipseEccentricity(channelMoments_->ellipse_eccentricity), in ChannelMoments()
111 _ellipseIntensity(channelMoments_->ellipse_intensity) in ChannelMoments()
117 _huInvariants.push_back(channelMoments_->invariant[i]); in ChannelMoments()