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 SourceCreateSelectiveSearchSegmentationStrategyColor()
Create a new color-based strategy
Declaration
public static SelectiveSearchSegmentationStrategyColor CreateSelectiveSearchSegmentationStrategyColor()
Returns
Type | Description |
---|---|
SelectiveSearchSegmentationStrategyColor |
CreateSelectiveSearchSegmentationStrategyFill()
Create a new fill-based strategy
Declaration
public static SelectiveSearchSegmentationStrategyFill CreateSelectiveSearchSegmentationStrategyFill()
Returns
Type | Description |
---|---|
SelectiveSearchSegmentationStrategyFill |
CreateSelectiveSearchSegmentationStrategyMultiple()
Create a new multiple strategy
Declaration
public static SelectiveSearchSegmentationStrategyMultiple CreateSelectiveSearchSegmentationStrategyMultiple()
Returns
Type | Description |
---|---|
SelectiveSearchSegmentationStrategyMultiple |
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 |
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 |
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 |
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 |
CreateSelectiveSearchSegmentationStrategySize()
Create a new size-based strategy
Declaration
public static SelectiveSearchSegmentationStrategySize CreateSelectiveSearchSegmentationStrategySize()
Returns
Type | Description |
---|---|
SelectiveSearchSegmentationStrategySize |
CreateSelectiveSearchSegmentationStrategyTexture()
Create a new size-based strategy
Declaration
public static SelectiveSearchSegmentationStrategyTexture CreateSelectiveSearchSegmentationStrategyTexture()
Returns
Type | Description |
---|---|
SelectiveSearchSegmentationStrategyTexture |