Table of Contents

Method Create

Namespace
OpenCvSharp.XFeatures2D
Assembly
OpenCvSharp.dll

Create(int, int, int, int, int)

Constructor

public static StarDetector Create(int maxSize = 45, int responseThreshold = 30, int lineThresholdProjected = 10, int lineThresholdBinarized = 8, int suppressNonmaxSize = 5)

Parameters

maxSize int
responseThreshold int
lineThresholdProjected int
lineThresholdBinarized int
suppressNonmaxSize int

Returns

StarDetector