libalvision  2.1.0.18
 All Classes Namespaces Files Functions Variables Defines
Public Member Functions | Public Attributes
AL::ALImage::ROI Struct Reference

#include <alimage.h>

List of all members.

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 29 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

Definition at line 41 of file alimage.h.

Definition at line 37 of file alimage.h.

Definition at line 38 of file alimage.h.

Definition at line 40 of file alimage.h.

Definition at line 39 of file alimage.h.

Definition at line 36 of file alimage.h.

Definition at line 34 of file alimage.h.

Definition at line 35 of file alimage.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Defines