FineMatchDestSize

Gets the size of a fine matching result image

int FineMatchDestSize(
        const IMAGE     *image
)

Parameters
*image
Image data structure address

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

Description
Gets the size (pixels) of the difference image obtained by fine matching.

Notes