SelectiveSearchSegmentationStrategy Constructor
|
Creates instance by raw pointer
Namespace:
OpenCvSharp.XImgProc.Segmentation
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxprotected SelectiveSearchSegmentationStrategy(
Ptr ptrObj
)
Protected Sub New (
ptrObj As Ptr
)
protected:
SelectiveSearchSegmentationStrategy(
Ptr^ ptrObj
)
new :
ptrObj : Ptr -> SelectiveSearchSegmentationStrategy
OpenCvSharp.XImgProc.Segmentation.SelectiveSearchSegmentationStrategy = function(ptrObj);
Parameters
- ptrObj
- Type: OpenCvSharpPtr
See Also