| RTrees Constructor |
Creates instance by raw pointer cv::ml::RTrees*
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax protected RTrees(
IntPtr p
)
Protected Sub New (
p As IntPtr
)
protected:
RTrees(
IntPtr p
)
new :
p : IntPtr -> RTrees
Parameters
- p
- Type: SystemIntPtr
[Missing <param name="p"/> documentation for "M:OpenCvSharp.ML.RTrees.#ctor(System.IntPtr)"]
See Also