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: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic int GrayscaleBits { get; set; }
Public Property GrayscaleBits As Integer
Get
Set
public:
property int GrayscaleBits {
int get ();
void set (int value);
}
member GrayscaleBits : int with get, set
Property Value
Type:
Int32
See Also