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