Click or drag to resize

PCTSignaturesGrayscaleBits Property

http://www.emgu.com
Color resolution of the greyscale bitmap represented in allocated bits (i.e., value 4 means that 16 shades of grey are used). The greyscale bitmap is used for computing contrast and entropy values.

Namespace:  Emgu.CV.XFeatures2D
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public int GrayscaleBits { get; set; }

Property Value

Type: Int32
See Also