SearchModelDispSize

Gets the size of a search model reference image

int SearchModelDispSize(
        const BYTE      *model,
        const int       displayX,
        const int       displayY
)

Parameters
*model
Model data
displayX
Model display area X size
displayY
Model display area Y size

Return Value
Area size (in bytes)
ERROR(-1): Unsuccessful completion

Description
Used to display a reduced model in the model registration screen. You need to allocate a space of the size returned by this library, before calling "refSearchModelDisp"

Notes