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.
You must allocate a space of the required size in advance by using "refDiffEdgePosProfileNum Edge position profile number retrieval (differential method)". (Number of the profile data items * sizeof(float))

Notes