RidgeRun AEW Library: librraew  1.1
rraew_coordinates Struct Reference

Center point of the rectangle of interest. More...

#include <rraew.h>

List of all members.

Public Attributes

unsigned int x
 x coordinate of the center point.
unsigned int y
 y coordinate of the center point.
unsigned char centered
 Flag that indicates if the rectangle must be centered on the image.

Detailed Description

Center point of the rectangle of interest.


Member Data Documentation

Flag that indicates if the rectangle must be centered on the image.

if centered is enabled (=1) the variables x and y are ignored

unsigned int rraew_coordinates::x

x coordinate of the center point.

The value can range from 0 to the image's width - 1

unsigned int rraew_coordinates::y

y coordinate of the center point.

The value can range from 0 to the image's height - 1


The documentation for this struct was generated from the following file: