public class SelectiveSearchSegmentation extends Algorithm
Modifier | Constructor and Description |
---|---|
protected |
SelectiveSearchSegmentation(long addr) |
Modifier and Type | Method and Description |
---|---|
static SelectiveSearchSegmentation |
__fromPtr__(long addr) |
void |
addGraphSegmentation(GraphSegmentation g) |
void |
addImage(Mat img) |
void |
addStrategy(SelectiveSearchSegmentationStrategy s) |
void |
clearGraphSegmentations() |
void |
clearImages() |
void |
clearStrategies() |
protected void |
finalize() |
void |
process(MatOfRect rects) |
void |
setBaseImage(Mat img) |
void |
switchToSelectiveSearchFast() |
void |
switchToSelectiveSearchFast(int base_k) |
void |
switchToSelectiveSearchFast(int base_k,
int inc_k) |
void |
switchToSelectiveSearchFast(int base_k,
int inc_k,
float sigma) |
void |
switchToSelectiveSearchQuality() |
void |
switchToSelectiveSearchQuality(int base_k) |
void |
switchToSelectiveSearchQuality(int base_k,
int inc_k) |
void |
switchToSelectiveSearchQuality(int base_k,
int inc_k,
float sigma) |
void |
switchToSingleStrategy() |
void |
switchToSingleStrategy(int k) |
void |
switchToSingleStrategy(int k,
float sigma) |
clear, empty, getDefaultName, getNativeObjAddr, save
public static SelectiveSearchSegmentation __fromPtr__(long addr)
public void addGraphSegmentation(GraphSegmentation g)
public void addImage(Mat img)
public void addStrategy(SelectiveSearchSegmentationStrategy s)
public void clearGraphSegmentations()
public void clearImages()
public void clearStrategies()
public void process(MatOfRect rects)
public void setBaseImage(Mat img)
public void switchToSelectiveSearchFast(int base_k, int inc_k, float sigma)
public void switchToSelectiveSearchFast(int base_k, int inc_k)
public void switchToSelectiveSearchFast(int base_k)
public void switchToSelectiveSearchFast()
public void switchToSelectiveSearchQuality(int base_k, int inc_k, float sigma)
public void switchToSelectiveSearchQuality(int base_k, int inc_k)
public void switchToSelectiveSearchQuality(int base_k)
public void switchToSelectiveSearchQuality()
public void switchToSingleStrategy(int k, float sigma)
public void switchToSingleStrategy(int k)
public void switchToSingleStrategy()
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0