NativeMethodscvCreateSpillTree Method OpenCvSharp Class Library

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

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

public static IntPtr cvCreateSpillTree(
	IntPtr raw_data,
	int naive,
	double rho,
	double tau
)

Parameters

raw_data
Type: SystemIntPtr

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

naive
Type: SystemInt32

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

rho
Type: SystemDouble

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

tau
Type: SystemDouble

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

Return Value

Type: IntPtr

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

See Also

Reference