Image-related Limit Values

Syntax

#include <mw/hgr/hgr.h>

#define  HGIMG_WIDMIN     ( 320 )    /* Minimum value for width of raw image */
#define  HGIMG_WIDMAX     ( 640 )    /* Maximum value for width of raw image */
#define  HGIMG_HEIMIN     ( 240 )    /* Minimum value for height of raw image */
#define  HGIMG_HEIMAX     ( 480 )    /* Maximum value for height of raw image */

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

Description

Limit value constants related to images.

Revision History

2014/05/28
Initial version.

CONFIDENTIAL