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