Show / Hide Table of Contents

Class SelectiveSearchSegmentationStrategyColor

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

Inheritance
System.Object
DisposableObject
DisposableCvObject
Algorithm
SelectiveSearchSegmentationStrategy
SelectiveSearchSegmentationStrategyColor
Implements
ICvPtrHolder
Inherited Members
SelectiveSearchSegmentationStrategy.PtrObj
SelectiveSearchSegmentationStrategy.DisposeManaged()
SelectiveSearchSegmentationStrategy.SetImage(InputArray, InputArray, InputArray, Int32)
SelectiveSearchSegmentationStrategy.Get(Int32, Int32)
SelectiveSearchSegmentationStrategy.Merge(Int32, Int32)
Algorithm.Write(FileStorage)
Algorithm.Read(FileNode)
Algorithm.Empty
Algorithm.Save(String)
Algorithm.GetDefaultName()
DisposableCvObject.ptr
DisposableCvObject.CvPtr
DisposableObject.DataHandle
DisposableObject.IsDisposed
DisposableObject.IsEnabledDispose
DisposableObject.AllocatedMemory
DisposableObject.AllocatedMemorySize
DisposableObject.Dispose()
DisposableObject.Dispose(Boolean)
DisposableObject.AllocGCHandle(Object)
DisposableObject.AllocMemory(Int32)
DisposableObject.NotifyMemoryPressure(Int64)
DisposableObject.ThrowIfDisposed()
Namespace: OpenCvSharp.XImgProc.Segmentation
Assembly: OpenCvSharp.dll
Syntax
public class SelectiveSearchSegmentationStrategyColor : SelectiveSearchSegmentationStrategy, ICvPtrHolder

Constructors

| Improve this Doc View Source

SelectiveSearchSegmentationStrategyColor(IntPtr)

Creates instance by raw pointer

Declaration
protected SelectiveSearchSegmentationStrategyColor(IntPtr p)
Parameters
Type Name Description
IntPtr p

Methods

| Improve this Doc View Source

Create()

Create a new color-based strategy

Declaration
public static SelectiveSearchSegmentationStrategyColor Create()
Returns
Type Description
SelectiveSearchSegmentationStrategyColor
| Improve this Doc View Source

DisposeUnmanaged()

Declaration
protected override void DisposeUnmanaged()
Overrides
DisposableCvObject.DisposeUnmanaged()
| Improve this Doc View Source

Get()

Declaration
public override IntPtr Get()
Returns
Type Description
IntPtr

Implements

ICvPtrHolder
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX