, including all inherited members.
ApplyBilateral(AbstractImage &ioImage, double iRadius, double iSigmaSpatial, double iSigmaRange, EBorderFill iBorder, uint32 iIteration, uint32 iChannelMask, ProgressNotifier &iNotifier) const | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [virtual] |
ApplyBilateral(ImageImpl< Pixel > &ioImage, double iRadius=2.5, double iSigmaSpatial=1.0, double iSigmaRange=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageLocalProcessingImpl< Pixel >) | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [static] |
ApplyBoxBlur(AbstractImage &ioImage, uint32 iWidth, uint32 iHeight, EBorderFill iBorder, uint32 iIteration, uint32 iChannelMask, ProgressNotifier &iNotifier) const | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [virtual] |
ApplyBoxBlur(ImageImpl< Pixel > &ioImage, uint32 iWidth, uint32 iHeight, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageLocalProcessingImpl< Pixel >) | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [static] |
ApplyGaussian(AbstractImage &ioImage, double iRadius, EBorderFill iBorder, uint32 iIteration, uint32 iChannelMask, ProgressNotifier &iNotifier) const | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [virtual] |
ApplyGaussian(AbstractImage &ioImage, double iRadius, double iVariance, EBorderFill iBorder, uint32 iIteration, uint32 iChannelMask, ProgressNotifier &iNotifier) const | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [virtual] |
ApplyGaussian(AbstractImage &ioImage, uint32 iWidth, uint32 iHeight, double iVariance, EBorderFill iBorder, uint32 iIteration, uint32 iChannelMask, ProgressNotifier &iNotifier) const | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [virtual] |
ApplyGaussian(ImageImpl< Pixel > &ioImage, double iRadius=1.5, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageLocalProcessingImpl< Pixel >) | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [static] |
ApplyGaussian(ImageImpl< Pixel > &ioImage, double iRadius, double iVariance, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageLocalProcessingImpl< Pixel >) | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [static] |
ApplyGaussian(ImageImpl< Pixel > &ioImage, uint32 iWidth, uint32 iHeight, double iVariance, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageLocalProcessingImpl< Pixel >) | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [static] |
ApplySelectiveBlur(AbstractImage &ioImage, EBorderFill iBorder, uint32 iIteration, uint32 iChannelMask, ProgressNotifier &iNotifier) const | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [virtual] |
ApplySelectiveBlur(ImageImpl< Pixel > &ioImage, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageLocalProcessingImpl< Pixel >) | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [static] |
Convolve(AbstractImage &ioImage, const Math::ConvolutionKerneld &iKernel, bool ibAbsolute, EBorderFill iBorder, uint32 iIteration, uint32 iChannelMask, ProgressNotifier &iNotifier) const | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [virtual] |
Convolve(AbstractImage &ioImage, const Math::ConvolutionKerneld &iKernel, double iThresholdMin, double iThresholdMax, bool ibAbsolute, EBorderFill iBorder, uint32 iIteration, uint32 iChannelMask, ProgressNotifier &iNotifier) const | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [virtual] |
Convolve(AbstractImage &ioImage, const Math::ConvolutionKerneld &iKernel1, const Math::ConvolutionKerneld &iKernel2, EBorderFill iBorder, uint32 iIteration, uint32 iChannelMask, ProgressNotifier &iNotifier) const | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [virtual] |
Convolve(ImageImpl< Pixel > &ioImage, const Math::ConvolutionKerneld &iKernel, double iThresholdMin=0.0, double iThresholdMax=1.0, bool ibAbsolute=false, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageLocalProcessingImpl< Pixel >) | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [static] |
Convolve(ImageImpl< Pixel > &ioImage, const Math::ConvolutionKerneld &iKernel1, const Math::ConvolutionKerneld &iKernel2, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageLocalProcessingImpl< Pixel >) | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [static] |
Convolve3x3(ImageImpl< Pixel > &ioImage, const Math::ConvolutionKerneld &iKernel, double iThresholdMin=0.0, double iThresholdMax=1.0, bool ibAbsolute=false, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageLocalProcessingImpl< Pixel >) | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [static] |
Convolve5x5(ImageImpl< Pixel > &ioImage, const Math::ConvolutionKerneld &iKernel, double iThresholdMin=0.0, double iThresholdMax=1.0, bool ibAbsolute=false, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageLocalProcessingImpl< Pixel >) | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [static] |
ConvolveWxH(ImageImpl< Pixel > &ioImage, const Math::ConvolutionKerneld &iKernel, double iThresholdMin=0.0, double iThresholdMax=1.0, bool ibAbsolute=false, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageLocalProcessingImpl< Pixel >) | eLynx::Image::ImageLocalProcessingImpl< Pixel > | [static] |
~IImageLocalProcessing() (defined in eLynx::Image::IImageLocalProcessing) | eLynx::Image::IImageLocalProcessing | [virtual] |