Click or drag to resize

ChessboardFlags Enumeration

Various operation flags for cvFindChessboardCorners

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[FlagsAttribute]
public enum ChessboardFlags
Members
  Member nameValueDescription
None0
AdaptiveThresh1 Use adaptive thresholding to convert the image to black-n-white, rather than a fixed threshold level (computed from the average image brightness).
NormalizeImage2 Normalize the image using cvNormalizeHist before applying fixed or adaptive thresholding.
FilterQuads4 Use additional criteria (like contour area, perimeter, square-like shape) to filter out false quads that are extracted at the contour retrieval stage.
FastCheck8
See Also