EMatcher::ClearImage
Releases the pointer to the image object that has been passed to the EMatcher object.
Namespace: Euresys::Open_eVision_2_10
[C++]
void ClearImage(
)
Remarks
It is the way to tell to the EMatcher object that its pointer is not valid anymore. The EMatcher::Match method keeps a copy of the image pointer given as parameter. So, if the user deletes this pointer, the EMatcher object should be informed.
EMatcher.ClearImage
Releases the pointer to the image object that has been passed to the EMatcher object.
Namespace: Euresys.Open_eVision_2_10
[C#]
void ClearImage(
)
Remarks
It is the way to tell to the EMatcher object that its pointer is not valid anymore. The EMatcher::Match method keeps a copy of the image pointer given as parameter. So, if the user deletes this pointer, the EMatcher object should be informed.