Click or drag to resize

DescriptorMatcherRadiusMatch Method (Mat, Single, Mat, Boolean)

Find best matches for each query descriptor which have distance less than maxDistance (in increasing order of distances).

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public DMatch[][] RadiusMatch(
	Mat queryDescriptors,
	float maxDistance,
	Mat[] masks = null,
	bool compactResult = false
)

Parameters

queryDescriptors
Type: OpenCvSharpMat

[Missing <param name="queryDescriptors"/> documentation for "M:OpenCvSharp.DescriptorMatcher.RadiusMatch(OpenCvSharp.Mat,System.Single,OpenCvSharp.Mat[],System.Boolean)"]

maxDistance
Type: SystemSingle

[Missing <param name="maxDistance"/> documentation for "M:OpenCvSharp.DescriptorMatcher.RadiusMatch(OpenCvSharp.Mat,System.Single,OpenCvSharp.Mat[],System.Boolean)"]

masks (Optional)
Type: OpenCvSharpMat

[Missing <param name="masks"/> documentation for "M:OpenCvSharp.DescriptorMatcher.RadiusMatch(OpenCvSharp.Mat,System.Single,OpenCvSharp.Mat[],System.Boolean)"]

compactResult (Optional)
Type: SystemBoolean

[Missing <param name="compactResult"/> documentation for "M:OpenCvSharp.DescriptorMatcher.RadiusMatch(OpenCvSharp.Mat,System.Single,OpenCvSharp.Mat[],System.Boolean)"]

Return Value

Type: DMatch

[Missing <returns> documentation for "M:OpenCvSharp.DescriptorMatcher.RadiusMatch(OpenCvSharp.Mat,System.Single,OpenCvSharp.Mat[],System.Boolean)"]

See Also