Show / Hide Table of Contents

Enum LocalBinarizationMethods

Specifies the binarization method to use in cv::ximgproc::niBlackThreshold

Namespace: OpenCvSharp.XImgProc
Assembly: OpenCvSharp.dll
Syntax
public enum LocalBinarizationMethods

Fields

Name Description
Niblack

Classic Niblack binarization. See @cite Niblack1985 .

Nick

NICK technique. See @cite Khurshid2009 .

Sauvola

Sauvola's technique. See @cite Sauvola1997 .

Wolf

Wolf's technique. See @cite Wolf2004 .

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX