ExtractHSVRange
Processes color area color extraction
int ExtractHSVRange(
const IMAGE *image,
const FIG_HEADER *figure,
int *HSVRange
)
Parameters
*image
|
Image data structure address
|
*figure
|
Figure data structure address
|
*HSVRange
|
HSV color extraction range
|
Return Value
NORMAL(0): Successful completion
ERROR(-1): Unsuccessful completion
Description
Extracts the HSV area of the specified area range.
Notes