DiffEdgePosProfile
Creates an edge position profile (differential method)
int DiffEdgePosProfile(
const IMAGE *image,
const BYTE *model,
int *type,
double *density,
float *profile
)
Parameters
*image
|
Image data structure address
|
*model
|
Model data
|
*type
|
Profile type
|
*density
|
Edge profile density
|
*profile
|
Edge profile data (measurement result)
|
Return Value
NORMAL(0): Successful completion
ERROR(-1): Unsuccessful completion
Description
Creates an edge position profile with differential method.
Notes