Package org.opencv.ximgproc
Class SelectiveSearchSegmentationStrategyTexture
- java.lang.Object
- 
- org.opencv.core.Algorithm
- 
- org.opencv.ximgproc.SelectiveSearchSegmentationStrategy
- 
- org.opencv.ximgproc.SelectiveSearchSegmentationStrategyTexture
 
 
 
- 
 public class SelectiveSearchSegmentationStrategyTexture extends SelectiveSearchSegmentationStrategy Texture-based strategy for the selective search segmentation algorithm The class is implemented from the algorithm described in CITE: uijlings2013selective.
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedSelectiveSearchSegmentationStrategyTexture(long addr)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SelectiveSearchSegmentationStrategyTexture__fromPtr__(long addr)protected 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 SelectiveSearchSegmentationStrategyTexture __fromPtr__(long addr) 
 - 
finalizeprotected void finalize() throws java.lang.Throwable- Overrides:
- finalizein class- SelectiveSearchSegmentationStrategy
- Throws:
- java.lang.Throwable
 
 
- 
 
-