Click or drag to resize

StarDetectorCreate Method

Constructor

Namespace:  OpenCvSharp.XFeatures2D
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static StarDetector Create(
	int maxSize = 45,
	int responseThreshold = 30,
	int lineThresholdProjected = 10,
	int lineThresholdBinarized = 8,
	int suppressNonmaxSize = 5
)

Parameters

maxSize (Optional)
Type: SystemInt32
responseThreshold (Optional)
Type: SystemInt32
lineThresholdProjected (Optional)
Type: SystemInt32
lineThresholdBinarized (Optional)
Type: SystemInt32
suppressNonmaxSize (Optional)
Type: SystemInt32

Return Value

Type: StarDetector
See Also