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