mw::mgr::PSCimg
Structure#include <mw/mgr/mgr.h> typedef struct { s32 xSize ; /* Image Data Width[pixel] */ s32 ySize ; /* Image Data Height[pixel] */ RGBColor *pcImg ; /* Color Image Data */ } PSCimg;
Structure used to set image information for recognition processing with the MGRcgProcessExec function.
Restrictions
MGIMG_WIDMIN
, MGIMG_HEIMIN
) or (MGIMG_WIDMAX
, MGIMG_HEIMAX
) in (xSize,ySize).MGRcgGetWorkSize
, MGRcgProcessInit
, and MGRcgProcessExec
functions in (xSize,ySize).Name | Description | |
---|---|---|
in | xSize | Sets the image data width in pixels. |
in | ySize | Sets the image data height in pixels. |
in | pcImg | Sets the image data. |
CONFIDENTIAL