Click or drag to resize

IndexRadiusSearch Method (Single, Int32, Single, Single, Int32, SearchParams)

Performs a radius nearest neighbor search for a given query point.

Namespace:  OpenCvSharp.Flann
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void RadiusSearch(
	float[] queries,
	int[] indices,
	float[] dists,
	float radius,
	int maxResults,
	SearchParams params
)

Parameters

queries
Type: SystemSingle
The query point
indices
Type: SystemInt32
Indices of the nearest neighbors found
dists
Type: SystemSingle
Distances to the nearest neighbors found
radius
Type: SystemSingle
Number of nearest neighbors to search for
maxResults
Type: SystemInt32
params
Type: OpenCvSharp.FlannSearchParams
Search parameters
See Also