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