WallisFilter works only with true color images.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public void WallisFilter( int winWidth, int winHeight, int mean, int stDev, int inGain, int edge, int limit, bool thresholding )
Public Sub WallisFilter ( _ winWidth As Integer, _ winHeight As Integer, _ mean As Integer, _ stDev As Integer, _ inGain As Integer, _ edge As Integer, _ limit As Integer, _ thresholding As Boolean _ )
public: void WallisFilter( int winWidth, int winHeight, int mean, int stDev, int inGain, int edge, int limit, bool thresholding )
Parameters
- winWidth
- Int32
Window width.
- winHeight
- Int32
Window height
- mean
- Int32
Desired local mean of output (0-255).
- stDev
- Int32
Desired local standard deviation (0-100).
- inGain
- Int32
Controls ratio of measured to desired local variance (0-INF).
- edge
- Int32
Controls amount of mean equalization (0-100).
- limit
- Int32
- thresholding
- Boolean