Raytrix Light Field SDK  4.0
Logo
Public Member Functions | Public Attributes | List of all members
Rx::LFR::ParticleDetection::SEllipses2D Struct Reference

Detailed Description

An 2D ellipses.

Inherited by Rx::LFR::ParticleDetection::SEllipses3D.

Public Member Functions

void Reset ()
 Resets the 2D ellipses. More...
 

Public Attributes

double dCenterX
 The center x position. More...
 
double dCenterY
 The center y position. More...
 
double dDir1X
 The first axis direction x position. More...
 
double dDir1Y
 The first axis direction x position. More...
 
double dDir2X
 The second axis direction x position. More...
 
double dDir2Y
 The second axis direction y position. More...
 
double dRadius1
 The semi-minor axis radius. More...
 
double dRadius2
 The semi-major axis radius. More...
 

Member Function Documentation

void Rx::LFR::ParticleDetection::SEllipses2D::Reset ( )
inline

Resets the 2D ellipses.

Member Data Documentation

double Rx::LFR::ParticleDetection::SEllipses2D::dCenterX

The center x position.

double Rx::LFR::ParticleDetection::SEllipses2D::dCenterY

The center y position.

double Rx::LFR::ParticleDetection::SEllipses2D::dDir1X

The first axis direction x position.

double Rx::LFR::ParticleDetection::SEllipses2D::dDir1Y

The first axis direction x position.

double Rx::LFR::ParticleDetection::SEllipses2D::dDir2X

The second axis direction x position.

double Rx::LFR::ParticleDetection::SEllipses2D::dDir2Y

The second axis direction y position.

double Rx::LFR::ParticleDetection::SEllipses2D::dRadius1

The semi-minor axis radius.

double Rx::LFR::ParticleDetection::SEllipses2D::dRadius2

The semi-major axis radius.