Namespace: Rx.LFR.Net – Assembly: Rx.LFR.Net

EAreaDetectionParam Enumeration

C#
public enum EAreaDetectionParam

Specifies parameters used by Rx.LFR.Net.IParameters returned by Rx.LFR.Net.AreaDetection.GetParams.

Values

None

Invalid or unknown parameter state.

MatchingMethod

The method used for template matching (see Rx.LFR.Net.EAreaDetectionMatchingMethod).

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 step width 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 step width 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 image.