EOCR::GetPatternBitmap

Returns a pointer to an image holding the pattern of the given index. This image should not be modified.

Namespace: Euresys::Open_eVision

[C++]

EImageBW8* GetPatternBitmap(
   int index
)

Parameters

index

Pattern number (in range 0.. GetNumPatterns() -1).

EOCR.GetPatternBitmap

Returns a pointer to an image holding the pattern of the given index. This image should not be modified.

Namespace: Euresys.Open_eVision

[C#]

Euresys.Open_eVision.EImageBW8 GetPatternBitmap(
   int index
)

Parameters

index

Pattern number (in range 0.. NumPatterns -1).