Raytrix Light Field SDK  4.0
Logo
Enumerations
Rx::LFR::Params::EMlaCalib Namespace Reference

Values that represent MLA calibration parameters. More...

Enumerations

Detailed Description

Values that represent MLA calibration parameters.

Enumeration Type Documentation

Enumerator
None 
Depth_PatchDiameter 

Correlation patch radius (unsigned,[2,5]:3,RW).

Depth_PatchStride 

Correlation patch stride (unsigned,[1,5]:2,RW).

Depth_NumberOfPaths 

Number of paths per depth path job. Values: (unsigned,[1,2]:1,RW).

Depth_MinCorrelation 

Minimal correlation threshold (double,[0.0,1.0]:0.88,RW).

Depth_MinVariance 

The minimum variance. (double,[0.0,1.0]:0.0,RW).

Depth_MinVirtualDepth 

Minimum virtual depth for depth estimation (double,[2.0,100.0]:2.0,RW).

Depth_MaxVirtualDepth 

Maximum virtual depth for depth estimation (double,[2.0,100.0]:15.0,RW).

Depth_UsePolynomialFit 

True to use a polynomial fit to find the best correlation between two match points.(unsigned, [0,1]:1, RW).

Depth_LensFilterMask 

A lens filter mask to disable (1) or enable (0) certain lens types during depth estimation (unsigned[12],[0,1]:0,RW).

Algorithm_IterationCount 

Number of calibration iterations (unsigned,[1,-]:5,RW).

Algorithm_ErrorStopCriterion 

If the error reached its stop criterion the calibration is aborted. (double,[0.0,1.0]:1e-6,RW).

Algorithm_InnerImagePartPercentage 

The inner part in percentage that should be used to calibrate the MLA. (unsigned, [0,100]:95, RW).

Algorithm_PixelStep 

The pixel step in which the ROI should be sampled.(unsigned, [1,-]:1, RW).

Algorithm_MlaScaleFactor 

The MLA scale factor. (double,[0.0,1.0]:1.0,RW)

Algorithm_UseLinearInterpolationForReferenceDepth 

true to use linear interpolation for reference depth (unsigned, [0,1]:1, RW).

Algorithm_UseMedian 

true to use the median for the offset calculation (Within the algorithm and the final end outcome), false to use mean (unsigned, [0,1]:1, RW).

WriteDebugData 

true to write debug data to DebugOutputPath (unsigned, [0,1]:0, RW).

DebugOutputPath 

Full base pathname of the debug output files. (string,[-,-]:-,RW)