NativeMethodscvGetStarKeypoints Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvGetStarKeypoints(System.IntPtr,System.IntPtr,OpenCvSharp.WCvStarDetectorParams)"]

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

public static IntPtr cvGetStarKeypoints(
	IntPtr img,
	IntPtr storage,
	WCvStarDetectorParams params
)

Parameters

img
Type: SystemIntPtr

[Missing <param name="img"/> documentation for "M:OpenCvSharp.NativeMethods.cvGetStarKeypoints(System.IntPtr,System.IntPtr,OpenCvSharp.WCvStarDetectorParams)"]

storage
Type: SystemIntPtr

[Missing <param name="storage"/> documentation for "M:OpenCvSharp.NativeMethods.cvGetStarKeypoints(System.IntPtr,System.IntPtr,OpenCvSharp.WCvStarDetectorParams)"]

params
Type: OpenCvSharpWCvStarDetectorParams

[Missing <param name="params"/> documentation for "M:OpenCvSharp.NativeMethods.cvGetStarKeypoints(System.IntPtr,System.IntPtr,OpenCvSharp.WCvStarDetectorParams)"]

Return Value

Type: IntPtr

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.cvGetStarKeypoints(System.IntPtr,System.IntPtr,OpenCvSharp.WCvStarDetectorParams)"]

See Also

Reference