Documentation Portal      

What are you looking for?

EOCR::RecognizeWide

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

Namespace: Euresys::Open_eVision_2_5

[C++]

std::wstring RecognizeWide(
   EROIBW8* sourceImage,
   OEV_INT32 maximumNumberOfCharacters,
   OEV_UINT32 classes
)

std::wstring RecognizeWide(
   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.RecognizeWide

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

Namespace: Euresys::Open_eVision_2_5

[C#]

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

string RecognizeWide(
   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.RecognizeWide

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

[VB6]

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

String RecognizeWide(
   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,

Which API shall we display?

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