Binarizes by Niblack's method
            
Namespace: OpenCvSharp.Extensions
Assembly: OpenCvSharp.Extensions (in OpenCvSharp.Extensions.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- src
- Type: OpenCvSharpIplImage
 Input image
- dst
- Type: OpenCvSharpIplImage
 Output image
- kernelSize
- Type: SystemInt32
 Window size
- k
- Type: SystemDouble
 Adequate coefficient
See Also