Click or drag to resize

ShapeContextDistanceExtractorCreate Method

Complete constructor

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
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

[Missing <param name="iterations"/> documentation for "M:OpenCvSharp.ShapeContextDistanceExtractor.Create(System.Int32,System.Int32,System.Single,System.Single,System.Int32)"]

Return Value

Type: ShapeContextDistanceExtractor

[Missing <returns> documentation for "M:OpenCvSharp.ShapeContextDistanceExtractor.Create(System.Int32,System.Int32,System.Single,System.Single,System.Int32)"]

See Also