Additional Inherited Members | |
![]() | |
void | EdgePreserveDenoise (ILImage *img, ILImage *result, int speedupFactor, ILImage *refImg) |
void | EdgePreserveTextureEnhance (ILImage *img, ILImage *result, int speedupFactor, ILImage *refImg) |
void | Equalize (ILImage *img, ILImage *result) |
void | FillHole (ILImage *img, ILImage *mask, ILImage *result) |
void | Gaussian (ILImage *img, ILImage *result) |
void | HighPass (ILImage *img, ILImage *result) |
void | LinearFilter (ILImage *img, int kWidth, int kHeight, LArray< double > kMat, ILImage *result) |
void | LinearFilterAbs (ILImage *img, int kWidth, int kHeight, LArray< double > kMat, ILImage *result) |
void | LocalMedian (ILImage *img, ILImage *result) |
void | LocalMedianNorm (ILImage *img, ILImage *result) |
void | MeanFilter (ILImage *img, ILImage *result) |
void | OpticalDensity (ILImage *img, ILImage *result) |
void | SetKernelSigma (double kSigma, double kGain) |
void | SetKernelSize (int kWidth, int kHeight) |
void | Sharpen (ILImage *img, ILImage *result) |
![]() | |
ILObject * | Copy () |
LPVErrorCode | Load (LString filename) |
void | Reset () |
LPVErrorCode | Save (LString filename) |
BOOL | Valid () |
![]() | |
double | KernelGain [get] |
The gain value for filter kernel. More... | |
int | KernelHeight [get] |
The height of the kernel size. More... | |
double | KernelSigma [get] |
The sigma value for filter kernel. More... | |
int | KernelWidth [get] |
The width of the kernel size. More... | |
![]() | |
LString | Name [get, set] |
Name of the object. By default, the object has no name. In most cases, LPV classes don't make use of the names. The name is drawn on canvas around the object if ILDrawable::SetDrawName() is enabled. More... | |
This class implements the interface ILImageFilter, and is used to create an instance of image filtering operation tool.