类 SelectiveSearchSegmentationStrategySize
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.ximgproc.SelectiveSearchSegmentationStrategy
-
- org.opencv.ximgproc.SelectiveSearchSegmentationStrategySize
-
public class SelectiveSearchSegmentationStrategySize extends SelectiveSearchSegmentationStrategy
基于大小的策略,用于选择性搜索分割算法。该类是根据文献 CITE: uijlings2013selective 中描述的算法实现的。
-
-
构造器摘要
构造器 修饰符 构造器 描述 protected
SelectiveSearchSegmentationStrategySize(long addr)
-
方法摘要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 描述 static SelectiveSearchSegmentationStrategySize
__fromPtr__(long addr)
protected void
finalize()
-
继承自类 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
-
-