#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 */
Limit value constants related to images.
CONFIDENTIAL