libalvision  2.4.3.28-r2
 All Classes Namespaces Files Functions Variables Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
AL::ALImage::ROI Struct Reference

#include <alimage.h>

Public Member Functions

 ROI (int left, int top, int width, int height)
 
 ROI (int left, int top, int width, int height, float leftAngle, float topAngle, float rightAngle, float bottomAngle)
 

Public Attributes

int x
 
int y
 
int w
 
int h
 
float leftAngle
 
float topAngle
 
float rightAngle
 
float bottomAngle
 

Detailed Description

Definition at line 31 of file alimage.h.

Constructor & Destructor Documentation

AL::ALImage::ROI::ROI ( int  left,
int  top,
int  width,
int  height 
)
AL::ALImage::ROI::ROI ( int  left,
int  top,
int  width,
int  height,
float  leftAngle,
float  topAngle,
float  rightAngle,
float  bottomAngle 
)

Member Data Documentation

float AL::ALImage::ROI::bottomAngle

Definition at line 43 of file alimage.h.

int AL::ALImage::ROI::h

Definition at line 39 of file alimage.h.

float AL::ALImage::ROI::leftAngle

Definition at line 40 of file alimage.h.

float AL::ALImage::ROI::rightAngle

Definition at line 42 of file alimage.h.

float AL::ALImage::ROI::topAngle

Definition at line 41 of file alimage.h.

int AL::ALImage::ROI::w

Definition at line 38 of file alimage.h.

int AL::ALImage::ROI::x

Definition at line 36 of file alimage.h.

int AL::ALImage::ROI::y

Definition at line 37 of file alimage.h.


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