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