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
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedSelectiveSearchSegmentationStrategyMultiple(long addr)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SelectiveSearchSegmentationStrategyMultiple__fromPtr__(long addr)voidaddStrategy(SelectiveSearchSegmentationStrategy g, float weight)Add a new sub-strategyvoidclearStrategies()Remove all sub-strategiesprotected voidfinalize()- 
Methods inherited from class org.opencv.ximgproc.SelectiveSearchSegmentationStrategyget, merge, setImage, setImage
 - 
Methods inherited from class org.opencv.core.Algorithmclear, empty, getDefaultName, getNativeObjAddr, save
 
- 
 
- 
- 
- 
Method Detail- 
__fromPtr__public static SelectiveSearchSegmentationStrategyMultiple __fromPtr__(long addr) 
 - 
addStrategypublic void addStrategy(SelectiveSearchSegmentationStrategy g, float weight) Add a new sub-strategy- Parameters:
- g- The strategy
- weight- The weight of the strategy
 
 - 
clearStrategiespublic void clearStrategies() Remove all sub-strategies
 - 
finalizeprotected void finalize() throws java.lang.Throwable- Overrides:
- finalizein class- SelectiveSearchSegmentationStrategy
- Throws:
- java.lang.Throwable
 
 
- 
 
-