Machine Vision  v1.2.13

Map point information from VISLAM. More...

#include <mvVISLAM.h>

Public Types

enum  QUALITY_T { LOW, MEDIUM, HIGH }
 

Detailed Description

Map point information from VISLAM.

Parameters
idUnique ID for map point.
pixLoc2D measured pixel location in pixels.
tsf3D location in spatial frame in meters.
p_tsfError covariance for tsf.
depthDepth of map point from camera in meters.
depthErrorStdDevDepth error standard deviation in meters.
pointQualityQuality of the map point as per current VISLAM state.

Member Enumeration Documentation

◆ QUALITY_T

enum QUALITY_T
Enumerator
LOW 

Additional low-quality points (e.g., for collision avoidance)

MEDIUM 

Points that are not "in state".

HIGH 

Points that are "in state".