Table of Contents

Class SelectiveSearchSegmentationStrategy

Namespace
OpenCvSharp.XImgProc.Segmentation
Assembly
OpenCvSharp.dll

Base class for high-level OpenCV algorithms

public abstract class SelectiveSearchSegmentationStrategy : Algorithm, IDisposable
Inheritance
SelectiveSearchSegmentationStrategy
Implements
Derived
Inherited Members

Constructors

SelectiveSearchSegmentationStrategy(nint, nint, Action<nint>)

Creates instance via factory pattern (cv::Ptr<T>* + raw T*).

Properties

PtrObj

Methods

Get(int, int)

Return the score between two regions (between 0 and 1)

Merge(int, int)

Inform the strategy that two regions will be merged

SetImage(InputArray, InputArray, InputArray, int)

Set a initial image, with a segementation.