#include <mw/hgr/hgr.h> typedef struct { s32 xSize ; /* Image data width (in pixels). */ s32 ySize ; /* Image data height (in pixels). */ YUVColor *pcImg ; /* Color image data. */ } PSYUVimg;
Structure used to set image information for recognition processing with the HGRcgProcessExec
function.
ySize
.pcImg
.
Restrictions
HGIMG_WIDMIN
,HGIMG_HEIMIN
) or (HGIMG_WIDMAX
,HGIMG_HEIMAX
) in (xSize
,ySize
).xSize
,ySize
) with HGRcgGetWorkSize
, HGRcgProcessInit
, or HGRcgProcessExec
.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