, including all inherited members.
ComputeEnergy(const AbstractImage &iImage, double &oEnergy) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeEnergy(const AbstractImage &iImage, double(&oEnergy)[PC_MAX]) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeEnergy(const ImageImpl< Pixel > &iImage, double &oEnergy) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeEnergy(const ImageImpl< Pixel > &iImage, double(&oEnergy)[PC_MAX]) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeEntropy(const AbstractImage &iImage, double &oEntropy) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeEntropy(const AbstractImage &iImage, double(&oEntropy)[PC_MAX]) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeEntropy(const ImageImpl< Pixel > &iImage, double &oEntropy) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeEntropy(const ImageImpl< Pixel > &iImage, double(&oEntropy)[PC_MAX]) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeHistogram(const AbstractImage &iImage, ImageHistogram &oHistogram) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeHistogram(const ImageImpl< Pixel > &iImage, ImageHistogram &oHistogram) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeMax(const AbstractImage &iImage, double &oMax, bool ibNormalized) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeMax(const AbstractImage &iImage, double(&oMax)[PC_MAX], bool ibNormalized) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeMax(const ImageImpl< Pixel > &iImage, T &oMin) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeMax(const ImageImpl< Pixel > &iImage, double &oMax, bool ibNormalized) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeMax(const ImageImpl< Pixel > &iImage, double(&oMax)[PC_MAX], bool ibNormalized) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeMaxLuminance(const AbstractImage &iImage, double &oMaxLuminance, bool ibNormalized) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeMaxLuminance(const ImageImpl< Pixel > &iImage, double &oMaxLuminance, bool ibNormalized) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeMean(const AbstractImage &iImage, double &oMean, bool ibNormalized) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeMean(const AbstractImage &iImage, double(&oMean)[PC_MAX], bool ibNormalized) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeMean(const ImageImpl< Pixel > &iImage, double &oMean, bool ibNormalized) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeMean(const ImageImpl< Pixel > &iImage, double(&oMean)[PC_MAX], bool ibNormalized) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeMedian(const AbstractImage &iImage, double &oMedian, bool ibNormalized) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeMedian(const AbstractImage &iImage, double(&oMedian)[PC_MAX], bool ibNormalized) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeMedian(const ImageImpl< Pixel > &iImage, double &oMedian, bool ibNormalized) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeMedian(const ImageImpl< Pixel > &iImage, double(&oMedian)[PC_MAX], bool ibNormalized) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeMin(const AbstractImage &iImage, double &oMin, bool ibNormalized) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeMin(const AbstractImage &iImage, double(&oMin)[PC_MAX], bool ibNormalized) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeMin(const ImageImpl< Pixel > &iImage, T &oMin) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeMin(const ImageImpl< Pixel > &iImage, double &oMin, bool ibNormalized) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeMin(const ImageImpl< Pixel > &iImage, double(&oMin)[PC_MAX], bool ibNormalized) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeMinLuminance(const AbstractImage &iImage, double &oMinLuminance, bool ibNormalized) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeMinLuminance(const ImageImpl< Pixel > &iImage, double &oMinLuminance, bool ibNormalized) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeMinMax(const AbstractImage &iImage, double &oMin, double &oMax, bool ibNormalized) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeMinMax(const AbstractImage &iImage, double(&oMin)[PC_MAX], double(&oMax)[PC_MAX], bool ibNormalized) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeMinMax(const ImageImpl< Pixel > &iImage, T &oMin, T &oMax) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeMinMax(const ImageImpl< Pixel > &iImage, double &oMin, double &oMax, bool ibNormalized) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeMinMax(const ImageImpl< Pixel > &iImage, double(&oMin)[PC_MAX], double(&oMax)[PC_MAX], bool ibNormalized) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeMinMaxLuminance(const AbstractImage &iImage, double &oMinLuminance, double &oMaxLuminance, bool ibNormalized) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeMinMaxLuminance(const ImageImpl< Pixel > &iImage, double &oMinLuminance, double &oMaxLuminance, bool ibNormalized) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeStandardDeviation(const AbstractImage &iImage, double &oDeviation, bool ibNormalized) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeStandardDeviation(const AbstractImage &iImage, double(&oDeviation)[PC_MAX], bool ibNormalized) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeStandardDeviation(const AbstractImage &iImage, double &oDeviation, double &oMean, bool ibNormalized) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeStandardDeviation(const AbstractImage &iImage, double(&oDeviation)[PC_MAX], double(&oMean)[PC_MAX], bool ibNormalized) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeStandardDeviation(const ImageImpl< Pixel > &iImage, double &oDeviation, double &oMean, bool ibNormalized=false) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeStandardDeviation(const ImageImpl< Pixel > &iImage, double(&oDeviation)[PC_MAX], double(&oMean)[PC_MAX], bool ibNormalized=false) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeVariance(const AbstractImage &iImage, double &oVariance) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeVariance(const AbstractImage &iImage, double(&oVariance)[PC_MAX]) const | eLynx::Image::ImageAnalyseImpl< Pixel > | [virtual] |
ComputeVariance(const ImageImpl< Pixel > &iImage, double &oVariance) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
ComputeVariance(const ImageImpl< Pixel > &iImage, double(&oVariance)[PC_MAX]) | eLynx::Image::ImageAnalyseImpl< Pixel > | [static] |
Pixel_t typedef | eLynx::Image::ImageAnalyseImpl< Pixel > | |
T typedef | eLynx::Image::ImageAnalyseImpl< Pixel > | |
~IImageAnalyse() | eLynx::Image::IImageAnalyse | [virtual] |