Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes | Static Public Attributes
icl::cv::RegionPCAInfo Class Reference

data-struct to represent local PCA information More...

#include <RegionPCAInfo.h>

List of all members.

Public Member Functions

 RegionPCAInfo (float len1=0, float len2=0, float arc1=0, int cx=0, int cy=0)
 Default Constructor.

Public Attributes

float len1
 length of first major axis
float len2
 length of second major axis
float arc1
 angle of the first major axis
float arc2
 angle of the second major axis (arc1+PI/2)
int cx
 x center of the region
int cy
 y center of the region

Static Public Attributes

static const RegionPCAInfo null
 null PCAInfo

Detailed Description

data-struct to represent local PCA information


Constructor & Destructor Documentation

icl::cv::RegionPCAInfo::RegionPCAInfo ( float  len1 = 0,
float  len2 = 0,
float  arc1 = 0,
int  cx = 0,
int  cy = 0 
) [inline]

Default Constructor.


Member Data Documentation

angle of the first major axis

angle of the second major axis (arc1+PI/2)

x center of the region

y center of the region

length of first major axis

length of second major axis

null PCAInfo


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines