类 SelectiveSearchSegmentationStrategyFill
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.ximgproc.SelectiveSearchSegmentationStrategy
-
- org.opencv.ximgproc.SelectiveSearchSegmentationStrategyFill
-
public class SelectiveSearchSegmentationStrategyFill extends SelectiveSearchSegmentationStrategy
基于填充的策略,用于选择性搜索分割算法。此类是根据 CITE: uijlings2013selective 中描述的算法实现的。
-
-
构造函数摘要
构造函数 修饰符 构造函数 描述 protected
SelectiveSearchSegmentationStrategyFill(long addr)
-
方法摘要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 描述 static SelectiveSearchSegmentationStrategyFill
__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 SelectiveSearchSegmentationStrategyFill __fromPtr__(long addr)
-
finalize
protected void finalize() throws java.lang.Throwable
- 重写
finalize
类中的SelectiveSearchSegmentationStrategy
- 抛出
java.lang.Throwable
-
-