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: 3.4.1.20180605-33-CaRLSharp
Syntax
public DMatch[][] RadiusMatch(
	Mat queryDescriptors,
	float maxDistance,
	Mat[] masks = null,
	bool compactResult = false
)

Parameters

queryDescriptors
Type: OpenCvSharpMat
maxDistance
Type: SystemSingle
masks (Optional)
Type: OpenCvSharpMat
compactResult (Optional)
Type: SystemBoolean

Return Value

Type: DMatch
See Also