Click or drag to resize

NativeMethodsximgproc_RFFeatureGetter_getFeatures 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 ximgproc_RFFeatureGetter_getFeatures(
	IntPtr obj,
	IntPtr src,
	IntPtr features,
	int gnrmRad,
	int gsmthRad,
	int shrink,
	int outNum,
	int gradNum
)

Parameters

obj
Type: SystemIntPtr
src
Type: SystemIntPtr
features
Type: SystemIntPtr
gnrmRad
Type: SystemInt32
gsmthRad
Type: SystemInt32
shrink
Type: SystemInt32
outNum
Type: SystemInt32
gradNum
Type: SystemInt32
See Also