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