• Home
  • Raw
  • Download

Lines Matching refs:ChannelMoments

18 Magick::ChannelMoments::ChannelMoments(void)  in ChannelMoments()  function in Magick::ChannelMoments
31 Magick::ChannelMoments::ChannelMoments(const ChannelMoments &channelMoments_) in ChannelMoments() function in Magick::ChannelMoments
44 Magick::ChannelMoments::~ChannelMoments(void) in ~ChannelMoments()
48 double Magick::ChannelMoments::centroidX(void) const in centroidX()
53 double Magick::ChannelMoments::centroidY(void) const in centroidY()
58 Magick::PixelChannel Magick::ChannelMoments::channel(void) const in channel()
63 double Magick::ChannelMoments::ellipseAxisX(void) const in ellipseAxisX()
68 double Magick::ChannelMoments::ellipseAxisY(void) const in ellipseAxisY()
73 double Magick::ChannelMoments::ellipseAngle(void) const in ellipseAngle()
78 double Magick::ChannelMoments::ellipseEccentricity(void) const in ellipseEccentricity()
83 double Magick::ChannelMoments::ellipseIntensity(void) const in ellipseIntensity()
88 double Magick::ChannelMoments::huInvariants(const size_t index_) const in huInvariants()
96 bool Magick::ChannelMoments::isValid() const in isValid()
101 Magick::ChannelMoments::ChannelMoments(const PixelChannel channel_, in ChannelMoments() function in Magick::ChannelMoments
102 const MagickCore::ChannelMoments *channelMoments_) in ChannelMoments()
436 Magick::ChannelMoments Magick::ImageMoments::channel( in channel()
439 for (std::vector<ChannelMoments>::const_iterator it = _channels.begin(); in channel()
445 return(ChannelMoments()); in channel()
451 MagickCore::ChannelMoments* in ImageMoments()
456 if (channel_moments != (MagickCore::ChannelMoments *) NULL) in ImageMoments()
469 _channels.push_back(Magick::ChannelMoments(channel, in ImageMoments()
472 _channels.push_back(Magick::ChannelMoments(CompositePixelChannel, in ImageMoments()
474 channel_moments=(MagickCore::ChannelMoments *) RelinquishMagickMemory( in ImageMoments()