#include "BIVISION.H"
void CALLBACK FreeRegion( WORD ** RegionMatrix,
int Width,
int Height)
Description
This function deallocates the memory allocated by the specified Region Matrix.
Parameters
|
WORD ** |
RegionMatrix |
The input region matrix. |
|
int |
Width |
Width of the input region matrix. |
|
int |
Height |
Height of the input region matrix. |
Return values
none.
Requirements
Header : Declared in BiVision.h; include BiVision.h.
Library : Use BiVision.lib.
DLLs : BiVision.dll.