SelectiveSearchSegmentationCreate Method
|
Create a new SelectiveSearchSegmentation class.
Namespace:
OpenCvSharp.XImgProc.Segmentation
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static SelectiveSearchSegmentation Create()
Public Shared Function Create As SelectiveSearchSegmentation
public:
static SelectiveSearchSegmentation^ Create()
static member Create : unit -> SelectiveSearchSegmentation
OpenCvSharp.XImgProc.Segmentation.SelectiveSearchSegmentation.Create = function();
Return Value
Type:
SelectiveSearchSegmentation
See Also