Package org.opencv.ximgproc
Class SelectiveSearchSegmentationStrategyMultiple
java.lang.Object
org.opencv.core.Algorithm
org.opencv.ximgproc.SelectiveSearchSegmentationStrategy
org.opencv.ximgproc.SelectiveSearchSegmentationStrategyMultiple
public class SelectiveSearchSegmentationStrategyMultiple
extends SelectiveSearchSegmentationStrategy
Regroup multiple strategies for the selective search segmentation algorithm
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__fromPtr__(long addr) voidaddStrategy(SelectiveSearchSegmentationStrategy g, float weight) Add a new sub-strategyvoidRemove all sub-strategiesprotected voidfinalize()Methods inherited from class org.opencv.ximgproc.SelectiveSearchSegmentationStrategy
get, merge, setImage, setImageMethods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
SelectiveSearchSegmentationStrategyMultiple
protected SelectiveSearchSegmentationStrategyMultiple(long addr)
-
-
Method Details
-
__fromPtr__
-
addStrategy
Add a new sub-strategy- Parameters:
g- The strategyweight- The weight of the strategy
-
clearStrategies
public void clearStrategies()Remove all sub-strategies -
finalize
- Overrides:
finalizein classSelectiveSearchSegmentationStrategy- Throws:
Throwable
-