Raytrix Light Field SDK  5.0
Rx::LFR::Net::ParticleDetection::HighResolutionParticle Class Reference

Detailed Description

An high resolution particle

Public Member Functions

 HighResolutionParticle ()
 

Public Attributes

System::Double Confidence
 The confidence. More...
 
Ellipses3DEllipses
 The 3d ellipses origin of the high resolution particle. More...
 
Rx::Net::ImageHighResolutionImage
 The high resolved image. More...
 
System::Int32 TrackID
 Track ID. More...
 
array< System::Double > ^ UnusedRawPositions
 The unused raw positions. More...
 
array< System::Double > ^ UsedRawPositions
 All the raw position of the particles used and unused. More...
 

Constructor & Destructor Documentation

◆ HighResolutionParticle()

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

Member Data Documentation

◆ Confidence

System::Double Rx::LFR::Net::ParticleDetection::HighResolutionParticle::Confidence

The confidence.

◆ Ellipses

Ellipses3D ^ Rx::LFR::Net::ParticleDetection::HighResolutionParticle::Ellipses

The 3d ellipses origin of the high resolution particle.

◆ HighResolutionImage

Rx::Net::Image ^ Rx::LFR::Net::ParticleDetection::HighResolutionParticle::HighResolutionImage

The high resolved image.

◆ TrackID

System::Int32 Rx::LFR::Net::ParticleDetection::HighResolutionParticle::TrackID

Track ID.

◆ UnusedRawPositions

array<System::Double> ^ Rx::LFR::Net::ParticleDetection::HighResolutionParticle::UnusedRawPositions

The unused raw positions.

◆ UsedRawPositions

array<System::Double> ^ Rx::LFR::Net::ParticleDetection::HighResolutionParticle::UsedRawPositions

All the raw position of the particles used and unused.