Raytrix Light Field SDK  5.0
Params::EMetricCalib Namespace Reference

Values that represent metric calibration parameter. More...

Enumerations

enum  ID
 

Detailed Description

Values that represent metric calibration parameter.

Enumeration Type Documentation

◆ ID

Enumerator
None 
Enable_StoreRefocusedImage 

Store the refocused image (unsigned,[0,1]:0,RW).

Enable_FocalLength 

flag for calibration of the focal length (unsigned,[0,1]:1,RW).

Enable_OpticalAxis 

Flag for calibration of optical axis (unsigned,[0,1]:1,RW).

Enable_PrinciplePoint 

Flag for calibration of principal point (unsigned,[0,1]:1,RW).

Enable_MLAToSensorDistance 

Flag for calibration of MLA to sensor distance (unsigned,[0,1]:1,RW).

Enable_Dist_Center 

Flag for distortion center (unsigned,[0,1]:1,RW).

Enable_RadialPolyConst 

Flag for radial distortion const (unsigned,[0,1]:0,RW).

Enable_RadialPoly 

Flag for radial distortion (unsigned,[0,1]:1,RW).

Enable_DepthPoly 

Flag for depth distortion (unsigned,[0,1]:1,RW).

Enable_AxialPoly 

Flag for axial distortion (unsigned,[0,1]:1,RW).

Enable_DataOutput 

Flag for data output. This comprises information of the added images and their resultant models (planar and test). The calibration log, depth (intermediate) images and image sequence. (unsigned,[0,1]:0,RW).

CalibrationIterationCount 

Number of calibration iterations (unsigned,[0,1]:50,RW).

TestModelFilter_MaxOutlierPointsPercentage 

Maximal number of point outliers that can be filtered. Test models with more outliers points are not filtered. (double,[0.0,1.0]:0.1,RW).

TestModelFilter_DepthStdDevThresholdVD 

Depth threshold for test model filter (double,[0.0,1.0]:0.25,RW).

Callback_Registered 

Register the metric calibration callback function (unsigned,[0,1]:0,RO).

ModelPointStep 

Distance of points in the model (double,[0.0,-]:2.0,RW).

InitialFocalLengthMM 

Initial focal length (double,-:100.0,RW).

InitialTotalFocusDistanceMM 

Initial total focus distance (unsigned,-:500.0,RW).

CalibrationResult 

The result of the last metric calibration (enum,EMetricCalibResult:None,RO).

TargetZDistanceMM 

The known Z-Distance of the Dot-Target starting with 0 and following from that with relative steps (double,[0.000000,-]:0.000000,RW).

DataOutputPath 

The export path for the additional output. (string,[-,-]:-,RW).