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