Click or drag to resize

ShapeContextDistanceExtractorCreate Method

Complete constructor

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static ShapeContextDistanceExtractor Create(
	int nAngularBins = 12,
	int nRadialBins = 4,
	float innerRadius = 0.2f,
	float outerRadius = 2f,
	int iterations = 3
)

Parameters

nAngularBins (Optional)
Type: SystemInt32
The number of angular bins in the shape context descriptor.
nRadialBins (Optional)
Type: SystemInt32
The number of radial bins in the shape context descriptor.
innerRadius (Optional)
Type: SystemSingle
The value of the inner radius.
outerRadius (Optional)
Type: SystemSingle
The value of the outer radius.
iterations (Optional)
Type: SystemInt32

Return Value

Type: ShapeContextDistanceExtractor
See Also