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