类 SelectiveSearchSegmentationStrategySize
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.ximgproc.SelectiveSearchSegmentationStrategy
-
- org.opencv.ximgproc.SelectiveSearchSegmentationStrategySize
-
public class SelectiveSearchSegmentationStrategySize extends SelectiveSearchSegmentationStrategy
选择性搜索分割算法的基于大小的策略。该类根据 CITE: uijlings2013selective 中描述的算法实现。
-
-
构造函数摘要
构造函数 修饰符 构造函数 描述 保护SelectiveSearchSegmentationStrategySize(long addr)
-
方法摘要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 描述 static SelectiveSearchSegmentationStrategySize__fromPtr__(long addr)protected voidfinalize()-
从类继承的方法 org.opencv.ximgproc.SelectiveSearchSegmentationStrategy
get, merge, setImage, setImage
-
从类继承的方法 org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
方法详细信息
-
__fromPtr__
public static SelectiveSearchSegmentationStrategySize __fromPtr__(long addr)
-
finalize
protected void finalize() throws java.lang.Throwable- 重写
finalize在类中SelectiveSearchSegmentationStrategy- 抛出
java.lang.Throwable
-
-