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