Image Manager (CVCore3D.dll) 14.0
All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules
CVC3DPointCF Struct Reference

Cartesian 3D point with confidence information (X, Y, Z, C) with float components. More...

Data Fields

float C
 Confidence component (typically in a range from 0.0 to 1.0).
 
float X
 X component.
 
float Y
 Y component.
 
float Z
 Z component.
 

Detailed Description

Cartesian 3D point with confidence information (X, Y, Z, C) with float components.