EMatcher::ClearImage
Releases the pointer to the image object In a general content, the term object should be understood with the meaning of a class instance. In EasyObject, an object is a maximally-sized area of adjacent connected pixels belonging to the layer foreground. that has been passed to the EMatcher
object.
Namespace: Euresys::Open_eVision
[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
[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.
Module: open_evision
[Python]
ClearImage() -> None
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.