Fe2_filter_crop, Fe2_crop_top, Fe2_crop_bottom – Google Flix Engine Linux Reference Manual User Manual
Page 103: 2 define documentation

5.24 Crop
97
• #define
Filter parameter for setting bounding box’s left coordinate.
• #define
Filter parameter for setting bounding box’s right coordinate.
5.24.2
Define Documentation
5.24.2.1
#define FE2_CROP_BOTTOM
Filter parameter for setting bounding box’s bottom coordinate.
Note:
Default: input image height
Value must be a multiple of 2. Odd values will be silently adjusted down.
Definition at line 61 of file crop.h.
5.24.2.2
#define FE2_CROP_LEFT
Filter parameter for setting bounding box’s left coordinate.
Note:
Default: 0
Value must be a multiple of 2. Odd values will be silently adjusted down.
Definition at line 67 of file crop.h.
5.24.2.3
#define FE2_CROP_RIGHT
Filter parameter for setting bounding box’s right coordinate.
Note:
Default: input image width
Value must be a multiple of 2. Odd values will be silently adjusted down.
Definition at line 73 of file crop.h.
5.24.2.4
#define FE2_CROP_TOP
Filter parameter for setting bounding box’s top coordinate.
Note:
Default: 0
Value must be a multiple of 2. Odd values will be silently adjusted down.
Definition at line 55 of file crop.h.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen