Package | Description |
---|---|
org.bytedeco.opencv.global | |
org.bytedeco.opencv.opencv_ximgproc |
Modifier and Type | Class and Description |
---|---|
class |
SelectiveSearchSegmentationStrategyColor
\brief Color-based strategy for the selective search segmentation algorithm
The class is implemented from the algorithm described in \cite uijlings2013selective.
|
class |
SelectiveSearchSegmentationStrategyFill
\brief Fill-based strategy for the selective search segmentation algorithm
The class is implemented from the algorithm described in \cite uijlings2013selective.
|
class |
SelectiveSearchSegmentationStrategyMultiple
\brief Regroup multiple strategies for the selective search segmentation algorithm
|
class |
SelectiveSearchSegmentationStrategySize
\brief Size-based strategy for the selective search segmentation algorithm
The class is implemented from the algorithm described in \cite uijlings2013selective.
|
class |
SelectiveSearchSegmentationStrategyTexture
\brief Texture-based strategy for the selective search segmentation algorithm
The class is implemented from the algorithm described in \cite uijlings2013selective.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectiveSearchSegmentation.addStrategy(SelectiveSearchSegmentationStrategy s)
\brief Add a new strategy in the list of strategy to process.
|
void |
SelectiveSearchSegmentationStrategyMultiple.addStrategy(SelectiveSearchSegmentationStrategy g,
float weight)
\brief Add a new sub-strategy
|
Copyright © 2020. All rights reserved.