#include <cxd56_imageproc.h>
Public Attributes | |
uint16_t | x1 |
uint16_t | y1 |
uint16_t | x2 |
uint16_t | y2 |
Structure of rectangle coordinates from left top point to right bottom point.
uint16_t x1 |
X coordinate of left top point
uint16_t y1 |
Y coordinate of left top point
uint16_t x2 |
X coordinate of rignt bottom point
uint16_t y2 |
Y coordinate of rignt bottom point