ECodedElement::IsObject
Tests whether the coded element An object or a hole. is an 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., a hole In EasyObject, a hole is a maximally-sized area of adjacent connected pixels belonging to the layer background that is completely surrounded by an object. or a coded element.
Namespace: Euresys::Open_eVision
[C++]
bool IsObject(
) const
ECodedElement.IsObject
Tests whether the coded element is an object, a hole or a coded element.
Namespace: Euresys.Open_eVision
[C#]
bool IsObject
{ get; }
ECodedElement.IsObject
Tests whether the coded element is an object, a hole or a coded element.
Module: open_evision
[Python]
IsObject() -> bool