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