EMatrixCode::GetFound
This property is deprecated.
true
if a EMatrixCode
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. has been found in the ROI supplied to EMatrixCodeReader::Read
, even if it could not be successfully decoded.
Namespace: Euresys::Open_eVision
[C++]
bool GetFound() const
Remarks
If this property is false
, it is still possible that an unlocalized matrix code exists in the image. However, if Found
is false
, no other property should be read.
EMatrixCode.Found
This property is deprecated.
true
if a EMatrixCode
object has been found in the ROI supplied to EMatrixCodeReader.Read
, even if it could not be successfully decoded.
Namespace: Euresys.Open_eVision
[C#]
bool Found
{ get; }
Remarks
If this property is false
, it is still possible that an unlocalized matrix code exists in the image. However, if Found
is false
, no other property should be read.
EMatrixCode.Found
This property is deprecated.
true
if a EMatrixCode
object has been found in the ROI supplied to EMatrixCodeReader.Read
, even if it could not be successfully decoded.
Module: open_evision
[Python]
Found: bool
{get}
Remarks
If this property is false
, it is still possible that an unlocalized matrix code exists in the image. However, if Found
is false
, no other property should be read.