CircleAngle

Gets circle angle

int CircleAngle(
        const IMAGE     *image,
        const BYTE      *model,
        double  *angle
)

Parameters
*image
Image data structure address
*model
Model data
*angle
Angle

Return Value
NORMAL(0): Successful completion
ERROR(-1): Unsuccessful completion

Description
Performs the circle angle measurement. The angle is determined based on the information of defect, edge, and density on the circumference.

Notes