Class SelectiveSearchSegmentationStrategyFill
- Namespace
- OpenCvSharp.XImgProc.Segmentation
- Assembly
- OpenCvSharp.dll
Fill-based strategy for the selective search segmentation algorithm. The class is implemented from the algorithm described in @cite uijlings2013selective.
public class SelectiveSearchSegmentationStrategyFill : SelectiveSearchSegmentationStrategy, IDisposable, ICvPtrHolder
- Inheritance
-
SelectiveSearchSegmentationStrategyFill
- Implements
- Inherited Members
Constructors
SelectiveSearchSegmentationStrategyFill(nint)
Creates instance by raw pointer
protected SelectiveSearchSegmentationStrategyFill(nint p)
Parameters
pnint
Methods
Create()
Create a new fill-based strategy
public static SelectiveSearchSegmentationStrategyFill Create()