Click or drag to resize

NativeMethodsfeatures2d_DescriptorMatcher_radiusMatch2 Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void features2d_DescriptorMatcher_radiusMatch2(
	IntPtr obj,
	IntPtr queryDescriptors,
	IntPtr matches,
	float maxDistance,
	IntPtr[] masks,
	int masksSize,
	int compactResult
)

Parameters

obj
Type: SystemIntPtr
queryDescriptors
Type: SystemIntPtr
matches
Type: SystemIntPtr
maxDistance
Type: SystemSingle
masks
Type: SystemIntPtr
masksSize
Type: SystemInt32
compactResult
Type: SystemInt32
See Also