类 GeneralizedHoughBallard
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.imgproc.GeneralizedHough
-
- org.opencv.imgproc.GeneralizedHoughBallard
-
public class GeneralizedHoughBallard extends GeneralizedHough
使用广义霍夫变换在灰度图像中查找任意模板。仅检测位置,不检测平移和旋转。引用:Ballard1981。
-
-
构造函数摘要
构造函数 修饰符 构造函数 描述 保护GeneralizedHoughBallard(long addr)
-
方法摘要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 描述 static GeneralizedHoughBallard__fromPtr__(long addr)protected voidfinalize()intgetLevels()intgetVotesThreshold()voidsetLevels(int levels)voidsetVotesThreshold(int votesThreshold)-
从类 org.opencv.imgproc.GeneralizedHough 继承的方法
detect, detect, detect, detect, getCannyHighThresh, getCannyLowThresh, getDp, getMaxBufferSize, getMinDist, setCannyHighThresh, setCannyLowThresh, setDp, setMaxBufferSize, setMinDist, setTemplate, setTemplate, setTemplate, setTemplate
-
从类 org.opencv.core.Algorithm 继承的方法
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
方法详细信息
-
__fromPtr__
public static GeneralizedHoughBallard __fromPtr__(long addr)
-
setLevels
public void setLevels(int levels)
-
getLevels
public int getLevels()
-
setVotesThreshold
public void setVotesThreshold(int votesThreshold)
-
getVotesThreshold
public int getVotesThreshold()
-
finalize
protected void finalize() throws java.lang.Throwable- 重写
finalize在类中GeneralizedHough- 抛出
java.lang.Throwable
-
-