HoughSearchModelSize
Gets the size of a Hough conversion search model
int HoughSearchModelSize(
const IMAGE *image,
const FIG_HEADER *figure,
const int searchSpeed
)
Parameters
*image
|
Image data structure address
|
*figure
|
Figure data structure address
|
searchSpeed
|
Search speed (1 to 5: default is 3)
|
Return Value
Model size (in bytes)
ERROR(-1): Unsuccessful completion
Description
Gets the size of the model storage space which is required when you create a model in the specified model registration area.
Notes