FineMatchModelSize
Gets the size of a fine matching model
int FineMatchModelSize(
const IMAGE *image,
const FIG_HEADER *figure,
const int edgeMode,
const int edgeLevel
)
Parameters
*image
|
Image data structure address
|
*figure
|
Figure data structure address
|
edgeMode
|
Boundary inspection
0: OFF (default)
1: ON
|
int edgeLevel
|
Boundary level (0 to 9: default is 3)
|
Return Value
Model size (in bytes)
ERROR(-1): Unsuccessful completion
Description
Gets the size of the space required for model data of the fine matching.
Notes