Table of Contents

Class SelectiveSearchSegmentationStrategyTexture

Namespace
OpenCvSharp.XImgProc.Segmentation
Assembly
OpenCvSharp.dll

Texture-based strategy for the selective search segmentation algorithm. The class is implemented from the algorithm described in @cite uijlings2013selective.

public class SelectiveSearchSegmentationStrategyTexture : SelectiveSearchSegmentationStrategy, IDisposable, ICvPtrHolder
Inheritance
SelectiveSearchSegmentationStrategyTexture
Implements
Inherited Members

Constructors

SelectiveSearchSegmentationStrategyTexture(nint)

Creates instance by raw pointer

protected SelectiveSearchSegmentationStrategyTexture(nint p)

Parameters

p nint

Methods

Create()

Create a new size-based strategy

public static SelectiveSearchSegmentationStrategyTexture Create()

Returns

SelectiveSearchSegmentationStrategyTexture