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