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

Detailed Description

An ellipses 2D.

Inherited by Rx::LFR::Net::ParticleDetection::Ellipses3D.

Public Member Functions

 Ellipses2D ()
 

Public Attributes

System::Double CenterX
 The center x position. More...
 
System::Double CenterY
 The center y position. More...
 
System::Double Dir1X
 The first axis direction x position. More...
 
System::Double Dir1Y
 The first axis direction x position. More...
 
System::Double Dir2X
 The second axis direction x position. More...
 
System::Double Dir2Y
 The second axis direction y position. More...
 
System::Double Radius1
 The semi-minor axis radius. More...
 
System::Double Radius2
 The semi-major axis radius. More...
 

Constructor & Destructor Documentation

Rx::LFR::Net::ParticleDetection::Ellipses2D::Ellipses2D ( )
inline

Member Data Documentation

System::Double Rx::LFR::Net::ParticleDetection::Ellipses2D::CenterX

The center x position.

System::Double Rx::LFR::Net::ParticleDetection::Ellipses2D::CenterY

The center y position.

System::Double Rx::LFR::Net::ParticleDetection::Ellipses2D::Dir1X

The first axis direction x position.

System::Double Rx::LFR::Net::ParticleDetection::Ellipses2D::Dir1Y

The first axis direction x position.

System::Double Rx::LFR::Net::ParticleDetection::Ellipses2D::Dir2X

The second axis direction x position.

System::Double Rx::LFR::Net::ParticleDetection::Ellipses2D::Dir2Y

The second axis direction y position.

System::Double Rx::LFR::Net::ParticleDetection::Ellipses2D::Radius1

The semi-minor axis radius.

System::Double Rx::LFR::Net::ParticleDetection::Ellipses2D::Radius2

The semi-major axis radius.