HoughSearchModel

Registers Hough conversion search model

int HoughSearchModel(
        const IMAGE             *image,
        const FIG_HEADER        *figure,
        const int               searchSpeed,
        BYTE                    *model
)

Parameters
*image
Image data structure address
*figure
Figure data structure address
searchSpeed
Search speed (1 to 5: default is 3)
*model
Model data

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

Description
Registers the model of the Hough conversion search.
For "model", you need to allocate a space of the size obtained by "refHoughSearchModelSize Hough conversion search model size retrieval" in advance.

Notes