NativeMethodsfeatures2d_FREAK_selectPairs Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_FREAK_selectPairs(System.IntPtr,System.IntPtr[],System.Int32,System.IntPtr,System.Double,System.Int32,System.IntPtr)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void features2d_FREAK_selectPairs(
	IntPtr obj,
	IntPtr[] images,
	int imagesLength,
	IntPtr keypoints,
	double corrThresh,
	int verbose,
	IntPtr outVal
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_FREAK_selectPairs(System.IntPtr,System.IntPtr[],System.Int32,System.IntPtr,System.Double,System.Int32,System.IntPtr)"]

images
Type: SystemIntPtr

[Missing <param name="images"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_FREAK_selectPairs(System.IntPtr,System.IntPtr[],System.Int32,System.IntPtr,System.Double,System.Int32,System.IntPtr)"]

imagesLength
Type: SystemInt32

[Missing <param name="imagesLength"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_FREAK_selectPairs(System.IntPtr,System.IntPtr[],System.Int32,System.IntPtr,System.Double,System.Int32,System.IntPtr)"]

keypoints
Type: SystemIntPtr

[Missing <param name="keypoints"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_FREAK_selectPairs(System.IntPtr,System.IntPtr[],System.Int32,System.IntPtr,System.Double,System.Int32,System.IntPtr)"]

corrThresh
Type: SystemDouble

[Missing <param name="corrThresh"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_FREAK_selectPairs(System.IntPtr,System.IntPtr[],System.Int32,System.IntPtr,System.Double,System.Int32,System.IntPtr)"]

verbose
Type: SystemInt32

[Missing <param name="verbose"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_FREAK_selectPairs(System.IntPtr,System.IntPtr[],System.Int32,System.IntPtr,System.Double,System.Int32,System.IntPtr)"]

outVal
Type: SystemIntPtr

[Missing <param name="outVal"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.features2d_FREAK_selectPairs(System.IntPtr,System.IntPtr[],System.Int32,System.IntPtr,System.Double,System.Int32,System.IntPtr)"]

See Also

Reference