Package | Description |
---|---|
org.opencv.ximgproc |
Modifier and Type | Method and Description |
---|---|
static GraphSegmentation |
GraphSegmentation.__fromPtr__(long addr) |
static GraphSegmentation |
Ximgproc.createGraphSegmentation()
Creates a graph based segmentor
|
static GraphSegmentation |
Ximgproc.createGraphSegmentation(double sigma)
Creates a graph based segmentor
|
static GraphSegmentation |
Ximgproc.createGraphSegmentation(double sigma,
float k)
Creates a graph based segmentor
|
static GraphSegmentation |
Ximgproc.createGraphSegmentation(double sigma,
float k,
int min_size)
Creates a graph based segmentor
|
Modifier and Type | Method and Description |
---|---|
void |
SelectiveSearchSegmentation.addGraphSegmentation(GraphSegmentation g)
Add a new graph segmentation in the list of graph segementations to process.
|
Copyright © 2020. All rights reserved.