HistogramGrid structure (mfapi.h)
The HistogramGrid structure describes the blob format for MF_CAPTURE_METADATA_HISTOGRAM.
Syntax
typedef struct tagHistogramGrid {
ULONG Width;
ULONG Height;
RECT Region;
} HistogramGrid;
Members
Width
Width of the sensor output that histogram is collected from.
Height
Height of the sensor output that histogram is collected from.
Region
Absolute coordinates of the region on the sensor output that the histogram is collected for.
Requirements
Requirement | Value |
---|---|
Header | mfapi.h |