Package | Description |
---|---|
org.opencv.ximgproc |
Modifier and Type | Class and Description |
---|---|
class |
SelectiveSearchSegmentationStrategyColor
Color-based strategy for the selective search segmentation algorithm
The class is implemented from the algorithm described in CITE: uijlings2013selective.
|
class |
SelectiveSearchSegmentationStrategyFill
Fill-based strategy for the selective search segmentation algorithm
The class is implemented from the algorithm described in CITE: uijlings2013selective.
|
class |
SelectiveSearchSegmentationStrategyMultiple
Regroup multiple strategies for the selective search segmentation algorithm
|
class |
SelectiveSearchSegmentationStrategySize
Size-based strategy for the selective search segmentation algorithm
The class is implemented from the algorithm described in CITE: uijlings2013selective.
|
class |
SelectiveSearchSegmentationStrategyTexture
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 |
---|---|
static SelectiveSearchSegmentationStrategy |
SelectiveSearchSegmentationStrategy.__fromPtr__(long addr) |
Copyright © 2020. All rights reserved.