Class SelectiveSearchSegmentationStrategyFill
Fill-based strategy for the selective search segmentation algorithm. The class is implemented from the algorithm described in @cite uijlings2013selective.
Inheritance
System.Object
SelectiveSearchSegmentationStrategyFill
Implements
Inherited Members
Namespace: OpenCvSharp.XImgProc.Segmentation
Assembly: OpenCvSharp.dll
Syntax
public class SelectiveSearchSegmentationStrategyFill : SelectiveSearchSegmentationStrategy, ICvPtrHolder
Constructors
| Improve this Doc View SourceSelectiveSearchSegmentationStrategyFill(IntPtr)
Creates instance by raw pointer
Declaration
protected SelectiveSearchSegmentationStrategyFill(IntPtr p)
Parameters
Type | Name | Description |
---|---|---|
IntPtr | p |
Methods
| Improve this Doc View SourceCreate()
Create a new fill-based strategy
Declaration
public static SelectiveSearchSegmentationStrategyFill Create()
Returns
Type | Description |
---|---|
SelectiveSearchSegmentationStrategyFill |