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

SHighResolutionParticle Struct

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

An high resolution particle.

Constructors

SHighResolutionParticle()

Default constructor.

SHighResolutionParticle(xHighResolutionParticle)

Move Constructor.

SHighResolutionParticle(xHighResolutionParticle)

Move Constructor.

Methods

Reset()

Resets the high resolution particle.

Operators

operator=(xHighResolutionParticle)

Copy assignment operator.

operator=(xHighResolutionParticle)

Move assignment operator.

Variables

xHighResolutionImage

The high resolved image.

dConfidence

The confidence.

dMean

The mean color value.

dStdDev

The standard deviation of color.

bVirtual

A flag indicating if the particle is virtual or real.

dVirtualSpaceMM_s_X

The virtual space position in millimeters of the x coordinate.

dVirtualSpaceMM_s_Y

The virtual space position in millimeters of the y coordinate.

dVirtualSpaceMM_s_Z

The virtual space position in millimeters of the z coordinate.

dVirtualViewPX_X

The virtual view in pixels x coordinate.

dVirtualViewPX_Y

The virtual view in pixels y coordinate.

adAllRawPositions3D

All the raw position of the particles used and unused. x,y = 2D position and z = lens type.

adUsedRawPositions3D

The used raw positions 3D.

adUnusedRawPositions3D

The unused raw positions 3D.

dMovedMM_X

The moved distance in millimeters of the x coordinate related to the previous position.

dMovedMM_Y

The moved distance in millimeters of the y coordinate related to the previous position.

dMovedMM_Z

The moved distance in millimeters of the z coordinate related to the previous position.

dDistanceMM

The moved euclidean distance in mm.

dMovedPX_X

The moved distance in pixels of the x coordinate.

dMovedPX_Y

The moved distance in pixels of the y coordinate.

dDistancePX

The moved euclidean distance in pixels.

iTrackPosition

Track ID.

iImageNumber

The image number.