DefectModel
Registers defect model
int DefectModel(
const IMAGE *image,
const FIG_HEADER *figure,
BYTE *model
)
Parameters
*image
|
Image data structure address
|
*figure
|
Figure data structure address
|
*model
|
Model data storage space address
|
Return Value
NORMAL(0): Successful completion
ERROR(-1): Unsuccessful completion
Description
Gets the model data of the defect measurement.
Notes