Namespace: Rx::LFR – Class: SParticleDetectionTrack – Header: Rx.LFR/Types_HighResolutionParticleDetection.h

SParticleDetectionTrack Struct

C++
#include "Rx.LFR/Types_HighResolutionParticleDetection.h"
struct SParticleDetectionTrack

A high resolution particle track consists of high resolution particles and a combined high resolution particle image.

Constructors

SParticleDetectionTrack()

Default constructor.

SParticleDetectionTrack(iStartImage, xHighResolutionParticles)

Move Constructor.

Methods

Reset()

Resets this object.

PushBack(xHighResolutionParticle)

Adds the particle to the track;.

Length()

Gets the length of the track.

Last()

Gets the last particle of this track.

GetMaxSpread(bXDirection)

Gets the maximal x spread of the track.

GetDirectionChanges(bXDirection)

Gets the number of direction changes.

Variables

HighResolutionParticles

The high resolution particles.

xHighResolutionImage

The high resolved image.

bEnd

True if this track has ended.

iStartImage

The start image of this track.

dConfidence

The confidence.

dAverageMotionDistanceMM

The average euclidean motion distance in mm between two particles.

dAverageMotionMM_X

The average motion between two particles in millimeters regarding the x coordinate.

dAverageMotionMM_Y

The average motion between two particles in millimeters regarding the y coordinate.

dAverageMotionMM_Z

The average motion between two particles in millimeters regarding the z coordinate.

dAverageMotionPX_X

The average motion between two particles in pixels regarding the x coordinate.

dAverageMotionPX_Y

The average motion between two particles in pixels regarding the y coordinate.

dMinimumMM_X

The minimal x coordinate of this track.

dMinimumMM_Y

The minimal y coordinate of this track.

dMaximumMM_X

The maximal x coordinate of this track.

dMaximumMM_Y

The maximal y coordinate of this track.