EMatrixCode::GetFound

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 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.