Documentation Portal      

What are you looking for?

EOCR::Recognize

Achieves all processing phases (blob analysis, character segmentation and pattern recognition) in a single operation.

Namespace: Euresys::Open_eVision_2_5

[C++]

std::string Recognize(
   EROIBW8* sourceImage,
   OEV_INT32 maximumNumberOfCharacters,
   OEV_UINT32 classes
)

std::string Recognize(
   EROIBW8* sourceImage,
   OEV_INT32 maximumNumberOfCharacters,
   const std::vector<OEV_UINT32>& classes
)

Parameters

sourceImage

Pointer to the source image/ROI.

maximumNumberOfCharacters

Maximum number of characters to be read.

classes

Pointer to an array of logical mask obtained by combining the values of EOCRClass, to specify to what classes the character may belong. Each mask value in the array applies to the corresponding character.

Remarks

This method does the same as a sequence of EOCR::BuildObjects/EOCR::FindAllChars/EOCR::ReadText,

EOCR.Recognize

Achieves all processing phases (blob analysis, character segmentation and pattern recognition) in a single operation.

Namespace: Euresys::Open_eVision_2_5

[C#]

string Recognize(
   Euresys.Open_eVision_2_5.EROIBW8 sourceImage,
   int maximumNumberOfCharacters,
   uint classes
)

string Recognize(
   Euresys.Open_eVision_2_5.EROIBW8 sourceImage,
   int maximumNumberOfCharacters,
   uint[] classes
)

Parameters

sourceImage

Pointer to the source image/ROI.

maximumNumberOfCharacters

Maximum number of characters to be read.

classes

Pointer to an array of logical mask obtained by combining the values of EOCRClass, to specify to what classes the character may belong. Each mask value in the array applies to the corresponding character.

Remarks

This method does the same as a sequence of EOCR::BuildObjects/EOCR::FindAllChars/EOCR::ReadText,

EOCR.Recognize

Achieves all processing phases (blob analysis, character segmentation and pattern recognition) in a single operation.

[VB6]

String Recognize(
   EROIBW8 sourceImage,
   Long maximumNumberOfCharacters,
   Long classes
)

String Recognize(
   EROIBW8 sourceImage,
   Long maximumNumberOfCharacters,
   ()Long classes
)

Parameters

sourceImage

Pointer to the source image/ROI.

maximumNumberOfCharacters

Maximum number of characters to be read.

classes

Pointer to an array of logical mask obtained by combining the values of EOCRClass, to specify to what classes the character may belong. Each mask value in the array applies to the corresponding character.

Remarks

This method does the same as a sequence of EOCR::BuildObjects/EOCR::FindAllChars/EOCR::ReadText,

See also in the Code Snippets

Recognizing Characters

Which API shall we display?

© 2018 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.5.1.1107