Show / Hide Table of Contents

Class CvXImgProc.Segmentation

Strategy for the selective search segmentation algorithm.

Inheritance
System.Object
CvXImgProc.Segmentation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OpenCvSharp.XImgProc
Assembly: OpenCvSharp.dll
Syntax
public static class Segmentation

Methods

| Improve this Doc View Source

CreateSelectiveSearchSegmentationStrategyColor()

Create a new color-based strategy

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

CreateSelectiveSearchSegmentationStrategyFill()

Create a new fill-based strategy

Declaration
public static SelectiveSearchSegmentationStrategyFill CreateSelectiveSearchSegmentationStrategyFill()
Returns
Type Description
SelectiveSearchSegmentationStrategyFill
| Improve this Doc View Source

CreateSelectiveSearchSegmentationStrategyMultiple()

Create a new multiple strategy

Declaration
public static SelectiveSearchSegmentationStrategyMultiple CreateSelectiveSearchSegmentationStrategyMultiple()
Returns
Type Description
SelectiveSearchSegmentationStrategyMultiple
| Improve this Doc View Source

CreateSelectiveSearchSegmentationStrategyMultiple(SelectiveSearchSegmentationStrategy)

Create a new multiple strategy and set one subtrategy

Declaration
public static SelectiveSearchSegmentationStrategyMultiple CreateSelectiveSearchSegmentationStrategyMultiple(SelectiveSearchSegmentationStrategy s1)
Parameters
Type Name Description
SelectiveSearchSegmentationStrategy s1

The first strategy

Returns
Type Description
SelectiveSearchSegmentationStrategyMultiple
| Improve this Doc View Source

CreateSelectiveSearchSegmentationStrategyMultiple(SelectiveSearchSegmentationStrategy, SelectiveSearchSegmentationStrategy)

Create a new multiple strategy and set one subtrategy

Declaration
public static SelectiveSearchSegmentationStrategyMultiple CreateSelectiveSearchSegmentationStrategyMultiple(SelectiveSearchSegmentationStrategy s1, SelectiveSearchSegmentationStrategy s2)
Parameters
Type Name Description
SelectiveSearchSegmentationStrategy s1

The first strategy

SelectiveSearchSegmentationStrategy s2

The second strategy

Returns
Type Description
SelectiveSearchSegmentationStrategyMultiple
| Improve this Doc View Source

CreateSelectiveSearchSegmentationStrategyMultiple(SelectiveSearchSegmentationStrategy, SelectiveSearchSegmentationStrategy, SelectiveSearchSegmentationStrategy)

Create a new multiple strategy and set one subtrategy

Declaration
public static SelectiveSearchSegmentationStrategyMultiple CreateSelectiveSearchSegmentationStrategyMultiple(SelectiveSearchSegmentationStrategy s1, SelectiveSearchSegmentationStrategy s2, SelectiveSearchSegmentationStrategy s3)
Parameters
Type Name Description
SelectiveSearchSegmentationStrategy s1

The first strategy

SelectiveSearchSegmentationStrategy s2

The second strategy

SelectiveSearchSegmentationStrategy s3

The third strategy

Returns
Type Description
SelectiveSearchSegmentationStrategyMultiple
| Improve this Doc View Source

CreateSelectiveSearchSegmentationStrategyMultiple(SelectiveSearchSegmentationStrategy, SelectiveSearchSegmentationStrategy, SelectiveSearchSegmentationStrategy, SelectiveSearchSegmentationStrategy)

Create a new multiple strategy and set one subtrategy

Declaration
public static SelectiveSearchSegmentationStrategyMultiple CreateSelectiveSearchSegmentationStrategyMultiple(SelectiveSearchSegmentationStrategy s1, SelectiveSearchSegmentationStrategy s2, SelectiveSearchSegmentationStrategy s3, SelectiveSearchSegmentationStrategy s4)
Parameters
Type Name Description
SelectiveSearchSegmentationStrategy s1

The first strategy

SelectiveSearchSegmentationStrategy s2

The second strategy

SelectiveSearchSegmentationStrategy s3

The third strategy

SelectiveSearchSegmentationStrategy s4

The forth strategy

Returns
Type Description
SelectiveSearchSegmentationStrategyMultiple
| Improve this Doc View Source

CreateSelectiveSearchSegmentationStrategySize()

Create a new size-based strategy

Declaration
public static SelectiveSearchSegmentationStrategySize CreateSelectiveSearchSegmentationStrategySize()
Returns
Type Description
SelectiveSearchSegmentationStrategySize
| Improve this Doc View Source

CreateSelectiveSearchSegmentationStrategyTexture()

Create a new size-based strategy

Declaration
public static SelectiveSearchSegmentationStrategyTexture CreateSelectiveSearchSegmentationStrategyTexture()
Returns
Type Description
SelectiveSearchSegmentationStrategyTexture
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX