Creates instance by raw pointer cv::ml::RTrees*
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxprotected RTrees(
IntPtr p
)
Protected Sub New (
p As IntPtr
)
protected:
RTrees(
IntPtr p
)
new :
p : IntPtr -> RTrees
OpenCvSharp.ML.RTrees = function(p);
Parameters
- p
- Type: SystemIntPtr
See Also