NativeMethodsnonfree_SIFT_findScaleSpaceExtrema Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.nonfree_SIFT_findScaleSpaceExtrema(System.IntPtr,System.IntPtr[],System.Int32,System.IntPtr[],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 nonfree_SIFT_findScaleSpaceExtrema(
	IntPtr obj,
	IntPtr[] gaussPyr,
	int gaussPyrLength,
	IntPtr[] dogPyr,
	int dogPyrLength,
	IntPtr keypoints
)

Parameters

obj
Type: SystemIntPtr

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

gaussPyr
Type: SystemIntPtr

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

gaussPyrLength
Type: SystemInt32

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

dogPyr
Type: SystemIntPtr

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

dogPyrLength
Type: SystemInt32

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

keypoints
Type: SystemIntPtr

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

See Also

Reference