OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ChannelMoments
(Results
1 - 6
of
6
) sorted by null
/external/ImageMagick/Magick++/lib/Magick++/
Statistic.h
18
class MagickPPExport
ChannelMoments
23
ChannelMoments
(void);
26
ChannelMoments
(const
ChannelMoments
&channelMoments_);
29
~
ChannelMoments
(void);
65
ChannelMoments
(const PixelChannel channel_,
66
const MagickCore::
ChannelMoments
*channelMoments_);
232
ChannelMoments
channel(const PixelChannel channel_) const;
240
std::vector<
ChannelMoments
> _channels;
/external/ImageMagick/Magick++/lib/
Statistic.cpp
18
Magick::
ChannelMoments
::
ChannelMoments
(void)
31
Magick::
ChannelMoments
::
ChannelMoments
(const
ChannelMoments
&channelMoments_)
44
Magick::
ChannelMoments
::~
ChannelMoments
(void)
48
double Magick::
ChannelMoments
::centroidX(void) const
53
double Magick::
ChannelMoments
::centroidY(void) const
58
Magick::PixelChannel Magick::
ChannelMoments
::channel(void) cons
[
all
...]
/external/ImageMagick/MagickCore/
statistic.h
63
}
ChannelMoments
;
147
extern MagickExport
ChannelMoments
identify.c
351
const char *name,const double scale,const
ChannelMoments
*channel_moments)
482
ChannelMoments
743
channel_moments=(
ChannelMoments
*) NULL;
887
if (channel_moments != (
ChannelMoments
*) NULL)
[
all
...]
statistic.c
[
all
...]
/external/ImageMagick/coders/
json.c
625
const
ChannelMoments
*channel_moments)
929
ChannelMoments
[
all
...]
Completed in 112 milliseconds