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