类 AgastFeatureDetector
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.features2d.Feature2D
-
- org.opencv.features2d.AgastFeatureDetector
-
public class AgastFeatureDetector extends Feature2D
使用 AGAST 方法进行特征检测的包装类。
-
-
字段摘要
字段 修饰符和类型 字段 描述 static intAGAST_5_8static intAGAST_7_12dstatic intAGAST_7_12sstatic intNONMAX_SUPPRESSIONstatic intOAST_9_16static intTHRESHOLD
-
构造函数摘要
构造函数 修饰符 构造函数 描述 protectedAgastFeatureDetector(long addr)
-
方法摘要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 描述 static AgastFeatureDetector__fromPtr__(long addr)static AgastFeatureDetector创建()static AgastFeatureDetectorcreate(int threshold)static AgastFeatureDetectorcreate(int threshold, boolean nonmaxSuppression)static AgastFeatureDetectorcreate(int threshold, boolean nonmaxSuppression, int type)protected voidfinalize()java.lang.StringgetDefaultName()返回算法字符串标识符。booleangetNonmaxSuppression()intgetThreshold()intgetType()voidsetNonmaxSuppression(boolean f)voidsetThreshold(int threshold)voidsetType(int type)-
继承自类 org.opencv.features2d.Feature2D 的方法
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detectAndCompute, detectAndCompute, empty, read, write
-
继承自类 org.opencv.core.Algorithm 的方法
clear, getNativeObjAddr, save
-
-
-
-
字段详情
-
THRESHOLD
public static final int THRESHOLD
- 另请参见
- 常量字段值
-
NONMAX_SUPPRESSION
public static final int NONMAX_SUPPRESSION
- 另请参见
- 常量字段值
-
AGAST_5_8
public static final int AGAST_5_8
- 另请参见
- 常量字段值
-
AGAST_7_12d
public static final int AGAST_7_12d
- 另请参见
- 常量字段值
-
AGAST_7_12s
public static final int AGAST_7_12s
- 另请参见
- 常量字段值
-
OAST_9_16
public static final int OAST_9_16
- 另请参见
- 常量字段值
-
-
方法详情
-
__fromPtr__
public static AgastFeatureDetector __fromPtr__(long addr)
-
创建
public static AgastFeatureDetector create(int threshold, boolean nonmaxSuppression, int type)
-
创建
public static AgastFeatureDetector create(int threshold, boolean nonmaxSuppression)
-
创建
public static AgastFeatureDetector create(int threshold)
-
创建
public static AgastFeatureDetector create()
-
setThreshold
public void setThreshold(int threshold)
-
getThreshold
public int getThreshold()
-
setNonmaxSuppression
public void setNonmaxSuppression(boolean f)
-
getNonmaxSuppression
public boolean getNonmaxSuppression()
-
setType
public void setType(int type)
-
getType
public int getType()
-
getDefaultName
public java.lang.String getDefaultName()
从类复制描述:Algorithm返回算法字符串标识符。将对象保存到文件或字符串时,此字符串用作顶级 xml/yml 节点标签。- 覆盖
getDefaultName在类Feature2D中- 返回值
- 自动生成
-
-