Image-related Limit Values

Syntax

#include <mw/hgr/hgr.h>

#define  MWHGR_HGIMG_WIDMIN      ( 320 )   /* Minimum value for width of raw image */
#define  MWHGR_HGIMG_WIDMAX     ( 640 )    /* Maximum value for width of raw image */
#define  MWHGR_HGIMG_HEIMIN     ( 240 )    /* Minimum value for height of raw image */
#define  MWHGR_HGIMG_HEIMAX     ( 480 )    /* Maximum value for height of raw image */

#define  MWHGR_HGEXT_RECTMIN    ( 200 )    /* Minimum width and height values for the rectangular region targeted for processing */

Description

See the corresponding C++ constants, Image-related Limit Values.

Revision History

2014/05/28
Initial version.

CONFIDENTIAL