Binarizes by Niblack's method (This is faster but memory-hogging)
Namespace: OpenCvSharp.Extensions
Assembly: OpenCvSharp.Extensions (in OpenCvSharp.Extensions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void NiblackFast( IplImage src, IplImage dst, int kernelSize, double k )
Parameters
- src
- Type: OpenCvSharpIplImage
Input image - dst
- Type: OpenCvSharpIplImage
Output image - kernelSize
- Type: SystemInt32
Window size - k
- Type: SystemDouble
Adequate coefficient
See Also