eLynx SDK v3.3.0
C++ image processing API reference

eLynx::Image::ImageVariant Member List

This is the complete list of members for eLynx::Image::ImageVariant, including all inherited members.
_BayereLynx::Image::ImageVariant [protected]
_spAbstractImpleLynx::Image::ImageVariant [protected]
Abs(uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Add(double iScale, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Add(const ImageVariant &iImage, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Add(const ImageVariant &iImage, const ImageLub &iImageMask, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
AddAlpha(const ImageVariant &iAlpha) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
AddBorder(uint32 iLeft=0, uint32 iRight=0, uint32 iTop=0, uint32 iBottom=0, bool ibBlack=true, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
AddClamp(double iScale, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
AddClamp(const ImageVariant &iImage, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
AddClamp(const ImageVariant &iImage, const ImageLub &iImageMask, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
AdjustBCG(double iBrightness, double iContrast, double iGamma, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
AdjustBrightness(double iBrightness, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
AdjustContrast(double iContrast, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
AdjustGamma(double iGamma, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
AdjustHueSaturation(double iHue, double iSaturation, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
AdjustMidtone(double iMidtone, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
AdjustShadowHighlight(double iShadow=0.0, double iHighlight=1.0, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
AdjustSigmoid(double iAlpha, double iBeta, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Affine(double iScaleR, double iOffsetR, double iScaleG, double iOffsetG, double iScaleB, double iOffsetB) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ApplyAdaptiveMedian(uint32 iWMax=7, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
ApplyBilateral(double iRadius=1.5, double iVarianceSpatial=2.0, double iVarianceRange=20.0, double iBlend=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
ApplyBoxBlur(uint32 iWidth=5, uint32 iHeight=5, double iBlend=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
ApplyCanny(EEdgeDetector iDetector, EEdgeGradient iGradient, double iRadius=1.5, double iThresholdLo=0.0, double iThresholdHi=1.0, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
ApplyCone(double iThresholdMin=0.0, double iThresholdMax=1.0, double iBlend=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
ApplyDigitalDevelopment(double iBackground, double iCrossOver, double iScale, double iVariance=1.5, EColorEmphasis iEmphasis=CE_Default, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ApplyEmboss(double iDegree=0.0, double iThresholdMin=0.0, double iThresholdMax=1.0, double iBlend=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ApplyFastGaussianBlur(double iRadius=3.0, EBorderFill iBorder=BF_Nearest, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ApplyFFT(const ImageVariant &iFilter, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ApplyFFTLowPass(double iCutoff=0.5, uint32 iRank=2, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ApplyGaussian(uint32 iWidth, uint32 iHeight, double iVariance, double iBlend=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
ApplyGaussian(double iRadius, double iVariance, double iBlend=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
ApplyGaussian(double iRadius, double iBlend=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
ApplyGradient(EEdgeDetector iDetector, EEdgeGradient iGradient=EG_Fast, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant [virtual]
ApplyLaplacian(double iRadius=0.0, double iThresholdMin=0.0, double iThresholdMax=1.0, double iBlend=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ApplyLaplacian3x3(double iAlpha=0.0, double iThresholdMin=0.0, double iThresholdMax=1.0, double iBlend=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ApplyLoG(double iRadius=3.0, double iVariance=0.5, EBorderFill iBorder=BF_Nearest, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ApplyLowpass(double iAlpha, double iThresholdMin=0.0, double iThresholdMax=1.0, double iBlend=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ApplyMarrHildreth(EBorderFill iBorder=BF_Nearest, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
ApplyMean(double iRadius, bool ibCircular=true, double iThresholdMin=0.0, double iThresholdMax=1.0, double iBlend=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
ApplyMedian(uint32 iWidth=3, uint32 iIteration=1, bool ibCircular=true, bool ibLuminance=true, double iBlend=1.0, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
ApplyMorphological(EMorphologicalFilterType iType, uint32 iWidth=3, bool ibCircular=true, bool ibLuminance=true, uint32 iIteration=1, double iBlend=1.0, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
ApplyPyramidal(double iThresholdMin=0.0, double iThresholdMax=1.0, double iBlend=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
ApplyRoberts(bool ibFast=true, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
ApplyRotationalGradient(double iXc, double iYc, double iRadialShift, double iRotationalShift, bool ibInterpolation=true, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
ApplySegmentation(double iStep, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
ApplySelectiveBlur(double iBlend=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ApplySharpen(double iRadius=3.0, double iThresholdMin=0.0, double iThresholdMax=1.0, double iBlend=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ApplySharpen3x3(double iAmount=5.0, double iThresholdMin=0.0, double iThresholdMax=1.0, double iBlend=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ApplySharpenMore(double iAlpha=1.0, double iThresholdMin=0.0, double iThresholdMax=1.0, double iBlend=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ApplySharpenSmooth(double iAlpha=0.0, double iThresholdMin=0.0, double iThresholdMax=1.0, double iBlend=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ApplySharpenSoft(double iThresholdMin=0.0, double iThresholdMax=1.0, double iBlend=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ApplySmooth(double iThresholdMin=0.0, double iThresholdMax=1.0, double iBlend=1.0, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
ApplyUnsharpMask(double iRadius=2.0, double iAmount1=0.5, double iAmount2=0.5, EBorderFill iBorder=BF_Nearest, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ApplyZeroCrossing(double iRadius, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Assign(boost::shared_ptr< AbstractImage > &ipsAbstractImpl)eLynx::Image::ImageVariant
AutoBalance(ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
AutoBrightness(ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
AutoCrop()eLynx::Image::ImageVariant
Balance(double iRed, double iGreen, double iBlue, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Begin()eLynx::Image::ImageVariant
Begin() const eLynx::Image::ImageVariant
Bin2x2(EBinningMethod iMethod=BM_Mean, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Bin3x3(EBinningMethod iMethod=BM_Mean, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Binarize(double iThreshold, bool ibNegative=false, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Blend(const ImageVariant &iImage, double iScalar, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Build(EImageListOperator iOperator, const std::vector< const ImageVariant * > &iImageList, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
BuildClipped(EImageListOperator iOperator, const std::vector< const ImageVariant * > &iImageList, uint32 iIteration, double iKappa, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
BuildWeightedEntropy(const std::vector< const ImageVariant * > &iImageList, uint32 iW, uint32 iH, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
CanLoad(const char *iprFilename, ImageFileInfo *oprInfo=NULL, bool ibPreview=false) const eLynx::Image::ImageVariant
CanSave(const char *iprFilename) const eLynx::Image::ImageVariant
ChangeColorSpace(EColorSpace iColorSpace, bool ibBlendAlpha=false) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ChangePixelFormat(EPixelFormat iPixelFormat, bool ibScaled=true, bool ibBlendAlpha=false) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ChangeResolution(EResolution iResolution, bool ibScaled=true)eLynx::Image::ImageVariant
ChangeToBayer(EBayerMatrix iBayer=BM_GRBG, bool ibBlendAlpha=false, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ChangeToColor(EGreyToColorConversion iMethod=GCC_Default, bool ibRemoveAlpha=false, bool ibBlendAlpha=false) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ChangeToColor(EBayerToColorConversion iMethod, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ChangeToGrey(EColorToGreyConversion iMethod=CGC_Default, bool ibRemoveAlpha=false, bool ibBlendAlpha=false) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ChangeToUByteFullDynamic() (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Clear(uint32 iChannelMask=CM_All) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Close(uint32 iWidth=3, bool ibCircular=true, bool ibLuminance=true, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Colorize(double iHue, double iSaturation, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
ComputeEnergy(double &oEnergy) const (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ComputeEnergy(double(&oEnergy)[PC_MAX]) const (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ComputeEntropy(double &oEntropy) const (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ComputeEntropy(double(&oEntropy)[PC_MAX]) const (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ComputeHistogram(ImageHistogram &oHistogram) const (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ComputeMax(double &oMax, bool ibNormalized) const eLynx::Image::ImageVariant
ComputeMax(double(&oMax)[PC_MAX], bool ibNormalized) const eLynx::Image::ImageVariant
ComputeMean(double &oMean, bool ibNormalized=true) const eLynx::Image::ImageVariant
ComputeMean(double(&oMean)[PC_MAX], bool ibNormalized=true) const eLynx::Image::ImageVariant
ComputeMean(double &oMeanR, double &oMeanG, double &oMeanB, bool ibNormalized=false) const (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ComputeMedian(double &oMedian, bool ibNormalized=true) const (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ComputeMedian(double(&oMedian)[PC_MAX], bool ibNormalized=true) const (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ComputeMin(double &oMin, bool ibNormalized) const eLynx::Image::ImageVariant
ComputeMin(double(&oMin)[PC_MAX], bool ibNormalized) const eLynx::Image::ImageVariant
ComputeMinMax(double &oMin, double &oMax, bool ibNormalized=true) const eLynx::Image::ImageVariant
ComputeMinMax(double(&oMin)[PC_MAX], double(&oMax)[PC_MAX], bool ibNormalized) const eLynx::Image::ImageVariant
ComputeStandardDeviation(double &oDeviation, bool ibNormalized=false) const (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ComputeStandardDeviation(double &oDeviation, double &oMean, bool ibNormalized=false) const (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ComputeStandardDeviation(double(&oDeviation)[PC_MAX], bool ibNormalized=false) const (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ComputeStandardDeviation(double(&oDeviation)[PC_MAX], double(&oMean)[PC_MAX], bool ibNormalized=false) const (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ComputeStandardDeviation(double &oStdDevR, double &oStdDevG, double &oStdDevB, bool ibNormalized=false) const (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ComputeStandardDeviation(double &oMeanR, double &oMeanG, double &oMeanB, double &oStdDevR, double &oStdDevG, double &oStdDevB, bool ibNormalized=false) const (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ComputeVariance(double &oVariance) const (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
ComputeVariance(double(&oVariance)[PC_MAX]) const (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Convolve(const Math::ConvolutionKerneld &iKernel, bool ibAbsolute=false, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Convolve(const Math::ConvolutionKerneld &iKernel, double iThresholdMin, double iThresholdMax, bool ibAbsolute=false, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Convolve(const Math::ConvolutionKerneld &iKernel, double iThresholdMin, double iThresholdMax, double iBlend=1.0, bool ibAbsolute=false, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Convolve(const Math::ConvolutionKerneld &iKernel1, const Math::ConvolutionKerneld &iKernel2, EBorderFill iBorder=BF_Nearest, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
CreateThumbnailImage(uint32 iWidth, uint32 iHeight, bool ibConverveAspectRatio=true, ProgressNotifier &iNotifier=ProgressNotifier_NULL) const (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Crop(uint32 iX, uint32 iY, uint32 iWidth, uint32 iHeight, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Debloom(uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
DeconvolveRL(const IImagePSF &iPSF, uint32 iIteration=1, EBorderFill iBorder=BF_Nearest, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
DeconvolveRL(double iRadius, double iSigma=2.0, uint32 iIteration=1, EBorderFill iBorder=BF_Nearest, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Desaturate(double iFactor, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Despeckle(uint32 iWidth=3, bool ibCircular=true, bool ibLuminance=true, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Dif(double iScale, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Dilate(uint32 iWidth=3, bool ibCircular=true, bool ibLuminance=true, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Div(double iScale, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Div(const ImageVariant &iImage, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Div(const ImageVariant &iImage, const ImageLub &iImageMask, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
DrawCircle(int32 iX, int32 iY, uint32 iRadius, bool ibSolid=false, uint32 iChannelMask=CM_All) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
DrawEllipse(int32 iX, int32 iY, uint32 iRadiusX, uint32 iRadiusY, bool ibSolid=false, uint32 iChannelMask=CM_All) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
DrawHLine(int32 iY, int32 iX1, int32 iX2, uint32 iChannelMask=CM_All) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
DrawLine(int32 iX1, int32 iY1, int32 iX2, int32 iY2, bool ibAntialiasing=false, uint32 iChannelMask=CM_All) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
DrawRectangle(int32 iX1, int32 iY1, int32 iX2, int32 iY2, bool ibSolid=false, uint32 iChannelMask=CM_All) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
DrawTriangle(int32 iX0, int32 iY0, int32 iX1, int32 iY1, int32 iX2, int32 iY2, bool ibSolid=false, uint32 iChannelMask=CM_All) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
End()eLynx::Image::ImageVariant
End() const eLynx::Image::ImageVariant
Erode(uint32 iWidth=3, bool ibCircular=true, bool ibLuminance=true, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
ExemplarBasedInpaint(const ImageVariant &iBinaryMask, const Math::AOBBox2i &iSearchArea, uint32 iPatchSize, bool iUseRegion, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
FastInpaint(const ImageVariant &iBinaryMask, bool iUseRegion, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
FastMarchingInpaint(const ImageVariant &iBinaryMask, uint32 iSize, bool iUseRegion, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Fill(int32 iX, int32 iY, uint32 iChannelMask=CM_All) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Flip(EFlipPlane iFlipPlane, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
FlipHorizontal(ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
FlipVertical(ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
GetBayerMatrix() const eLynx::Image::ImageVariant
GetBitsPerPixel() const eLynx::Image::ImageVariant
GetChannelAsRGBGrey(const ImageVariant &iImage, uint32 iChannel) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
GetChannelCount() const eLynx::Image::ImageVariant
GetColorSpace() const eLynx::Image::ImageVariant
GetFilledBBox(int32 iX, int32 iY, Math::AOBBox2i &oBBox) const (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
GetHeight() const eLynx::Image::ImageVariant
GetImpl()eLynx::Image::ImageVariant
GetImpl() const eLynx::Image::ImageVariant
GetPixelCount() const eLynx::Image::ImageVariant
GetPixelFormat() const eLynx::Image::ImageVariant
GetPixelMode() const eLynx::Image::ImageVariant
GetPixelType() const eLynx::Image::ImageVariant
GetPlane(const ImageVariant &iImage, uint32 iPlane, bool ibScaled=true)eLynx::Image::ImageVariant
GetPlane(uint32 iPlane, ImageVariant &oPlane, bool ibScaled=true) const eLynx::Image::ImageVariant
GetResolution() const eLynx::Image::ImageVariant
GetSampleCount() const eLynx::Image::ImageVariant
GetSubImage(const ImageVariant &iImage, uint32 iX, uint32 iY, uint32 iWidth, uint32 iHeight, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
GetThumbnail(const ImageVariant &iImage, uint32 iWidth, uint32 iHeight, bool ibConverveAspectRatio=true, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
GetWidth() const eLynx::Image::ImageVariant
HasAlpha() const eLynx::Image::ImageVariant
ImageVariant()eLynx::Image::ImageVariant
ImageVariant(EPixelFormat iPixelFormat, uint32 iWidth, uint32 iHeight)eLynx::Image::ImageVariant
ImageVariant(const ImageVariant &iImage)eLynx::Image::ImageVariant
ImageVariant(const ImageVariant &iImage, EResolution iResolution, bool ibScaled=true)eLynx::Image::ImageVariant
ImageVariant(const ImageVariant &iImage, uint32 iChannel, bool ibScaled=true)eLynx::Image::ImageVariant
ImageVariant(const AbstractImage &iImage)eLynx::Image::ImageVariant
ImageVariant(const ImageVariant &iImage1, const ImageVariant &iImage2, bool ibComplex=false)eLynx::Image::ImageVariant
ImageVariant(const ImageVariant &iImage1, const ImageVariant &iImage2, const ImageVariant &iImage3, EColorSpace iColorSpace=CS_RGB)eLynx::Image::ImageVariant
ImageVariant(const ImageVariant &iImage1, const ImageVariant &iImage2, const ImageVariant &iImage3, const ImageVariant &iImage4)eLynx::Image::ImageVariant
ImageVariant(const char *iprFilename, ImageFileInfo *oprInfo=NULL, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Insert(const ImageVariant &iImage, int32 iX, int32 iY, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Invalidate(bool ibRelease=true)eLynx::Image::ImageVariant
IsBayer() const eLynx::Image::ImageVariant
IsColor() const eLynx::Image::ImageVariant
IsComplex() const eLynx::Image::ImageVariant
IsComplexd() const eLynx::Image::ImageVariant
IsComplexf() const eLynx::Image::ImageVariant
IsComplexi() const eLynx::Image::ImageVariant
IsDouble() const eLynx::Image::ImageVariant
IsFloat() const eLynx::Image::ImageVariant
IsGrey() const eLynx::Image::ImageVariant
IsHLab() const eLynx::Image::ImageVariant
IsHLabd() const eLynx::Image::ImageVariant
IsHLabf() const eLynx::Image::ImageVariant
IsHLS() const eLynx::Image::ImageVariant
IsHLSd() const eLynx::Image::ImageVariant
IsHLSf() const eLynx::Image::ImageVariant
IsInt32() const eLynx::Image::ImageVariant
IsL() const eLynx::Image::ImageVariant
IsLA() const eLynx::Image::ImageVariant
IsLab() const eLynx::Image::ImageVariant
IsLabd() const eLynx::Image::ImageVariant
IsLabf() const eLynx::Image::ImageVariant
IsLAd() const eLynx::Image::ImageVariant
IsLAf() const eLynx::Image::ImageVariant
IsLAi() const eLynx::Image::ImageVariant
IsLAub() const eLynx::Image::ImageVariant
IsLAus() const eLynx::Image::ImageVariant
IsLch() const eLynx::Image::ImageVariant
IsLchd() const eLynx::Image::ImageVariant
IsLchf() const eLynx::Image::ImageVariant
IsLd() const eLynx::Image::ImageVariant
IsLf() const eLynx::Image::ImageVariant
IsLi() const eLynx::Image::ImageVariant
IsLub() const eLynx::Image::ImageVariant
IsLus() const eLynx::Image::ImageVariant
IsLuv() const eLynx::Image::ImageVariant
IsLuvd() const eLynx::Image::ImageVariant
IsLuvf() const eLynx::Image::ImageVariant
IsMasking(uint32 iChannelMask) const eLynx::Image::ImageVariant
IsRGB() const eLynx::Image::ImageVariant
IsRGBA() const eLynx::Image::ImageVariant
IsRGBAd() const eLynx::Image::ImageVariant
IsRGBAf() const eLynx::Image::ImageVariant
IsRGBAi() const eLynx::Image::ImageVariant
IsRGBAub() const eLynx::Image::ImageVariant
IsRGBAus() const eLynx::Image::ImageVariant
IsRGBd() const eLynx::Image::ImageVariant
IsRGBf() const eLynx::Image::ImageVariant
IsRGBi() const eLynx::Image::ImageVariant
IsRGBub() const eLynx::Image::ImageVariant
IsRGBus() const eLynx::Image::ImageVariant
IsUInt16() const eLynx::Image::ImageVariant
IsUInt8() const eLynx::Image::ImageVariant
IsValid() const eLynx::Image::ImageVariant
IsXYZ() const eLynx::Image::ImageVariant
IsXYZd() const eLynx::Image::ImageVariant
IsXYZf() const eLynx::Image::ImageVariant
Load(const char *iprFilename, ImageFileInfo *oprInfo=NULL, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Max(double iScale, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Max(const ImageVariant &iImage, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Max(const ImageVariant &iImage, const ImageLub &iImageMask, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Mean(double iScale, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Mean(const ImageVariant &iImage, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Mean(const ImageVariant &iImage, const ImageLub &iImageMask, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Min(double iScale, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Min(const ImageVariant &iImage, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Min(const ImageVariant &iImage, const ImageLub &iImageMask, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Mul(double iScale, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Mul(const ImageVariant &iImage, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Mul(const ImageVariant &iImage, const ImageLub &iImageMask, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
MulClamp(double iScale, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
MulClamp(const ImageVariant &iImage, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
MulClamp(const ImageVariant &iImage, const ImageLub &iImageMask, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Neg(uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Normalize(uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Open(uint32 iWidth=3, bool ibCircular=true, bool ibLuminance=true, uint32 iIteration=1, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Operator(EImageOperator iOperator, double iValue, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Operator(EImageOperator iOperator, const ImageVariant &iImage, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Operator(EImageOperator iOperator, const ImageVariant &iImage, const ImageLub &iImageMask, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
operator!=(const ImageVariant &iOther) const eLynx::Image::ImageVariant
operator=(const ImageVariant &iImage)eLynx::Image::ImageVariant
operator=(const AbstractImage &iImage)eLynx::Image::ImageVariant
operator==(const ImageVariant &iOther) const eLynx::Image::ImageVariant
Plot(int32 iX, int32 iY, uint32 iChannelMask=CM_All) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Posterize(uint32 iLevels, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Release()eLynx::Image::ImageVariant
RemoveAlpha(bool ibBlendAlpha=false) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
RemoveGradient(ImageVariant &oBackground, const Math::Point2iList &iPoints, EGradientMethod iMethod=GM_Linear, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Resample(uint32 iWidth, uint32 iHeight, Math::EResampleFilter iFilter=Math::RF_Mitchell, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Resize(uint32 iWidth, uint32 iHeight, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Rotate(ERightRotation iRotation, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Rotate(double iDegrees, int32 iFlags=RF_Default, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Rotate180(ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Rotate90Left(ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Rotate90Right(ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Save(const char *iprFilename, ProgressNotifier &iNotifier=ProgressNotifier_NULL, const ImageFileOptions *iprOptions=NULL) const eLynx::Image::ImageVariant
SetBayerMatrix(EBayerMatrix iBayer)eLynx::Image::ImageVariant
SetPlane(uint32 iPlane, const ImageVariant &iImage, bool ibResized=true, bool ibScaled=false)eLynx::Image::ImageVariant
Shift(int32 iHorizontal, int32 iVertical, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Shift(double iHorizontal, double iVertical, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
sizeofMap() const eLynx::Image::ImageVariant
sizeofPixel() const eLynx::Image::ImageVariant
sizeofWidth() const eLynx::Image::ImageVariant
Solarize(double iValue, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
Split(ImageVariant &, ImageVariant &) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Split(ImageVariant &, ImageVariant &, ImageVariant &) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Split(ImageVariant &, ImageVariant &, ImageVariant &, ImageVariant &) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Sub(double iScale, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Sub(const ImageVariant &iImage, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Sub(const ImageVariant &iImage, const ImageLub &iImageMask, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
SubClamp(double iScale, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
SubClamp(const ImageVariant &iImage, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
SubClamp(const ImageVariant &iImage, const ImageLub &iImageMask, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
SwapPlanes(uint32 iPlane1, uint32 iPlane2)eLynx::Image::ImageVariant
TopHat(uint32 iWidth=3, bool ibCircular=true, bool ibLuminance=true, uint32 iChannelMask=CM_All, ProgressNotifier &iNotifier=ProgressNotifier_NULL) (defined in eLynx::Image::ImageVariant)eLynx::Image::ImageVariant
Zoom(uint32 iZoom, ProgressNotifier &iNotifier=ProgressNotifier_NULL)eLynx::Image::ImageVariant
~ImageVariant()eLynx::Image::ImageVariant [virtual]

Generated on Thu Dec 9 2010 by doxygen 1.7.2