Raytrix Light Field SDK  5.0
Params::EAreaDetection Namespace Reference

Values that represent extrinsic calibration parameters. More...

Enumerations

enum  ID
 

Detailed Description

Values that represent extrinsic calibration parameters.

Enumeration Type Documentation

◆ ID

Enumerator
None 
MatchingMethod 

The method used for template matching (see EAreaDetectionMethod).

ApplyClahe 

True to apply Contrast Limited Adaptive Histogram Equalization (CLAHE) before template matching.

ClaheClipLimit 

The clipping limit for CLAHE.

ClaheSize 

The window size for CLAHE.

ApplyBilateralFilter 

True to apply a bilateral filter before template matching.

BilateralFilterPatchSize 

The patch size for the bilateral filter.

BilateralFilterSigmaColor 

The standard deviation in color space for the bilateral filter.

BilateralFilterSigmaSpace 

The standard deviation in coordinate space for the bilateral filter.

DetectionPatchWidth 

The width of a custom sized detection patch. 0 for template size.

DetectionPatchHeight 

The height of a custom sized detection patch. 0 for template size.

MaxHeightDifference 

The maximum height difference allowed for a detected area to be considered. Values less than 0 will disable this feature.

RotationStart 

The first value used for rotating the template.

RotationEnd 

The last value used for rotating the template.

RotationStepWidth 

The stepwidth used to adjust the template rotation. For every step, a detection will take place with the template rotated by the current amount.

GammaStart 

The first value used for gamma correction.

GammaEnd 

The last value used for gamma correction.

GammaStepWidth 

The stepwidth used to adjust the gamma correction. For every step, a detection will take place with the template's gamma adjusted by the current amount.

TotalFocusSpace 

The space of the total focus image used for the detection.

ChangePerspective 

True to change the perspective of the total focus iamge.