类 GeneralizedHoughBallard
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.imgproc.GeneralizedHough
-
- org.opencv.imgproc.GeneralizedHoughBallard
-
public class GeneralizedHoughBallard extends GeneralizedHough
使用广义霍夫变换在灰度图像中查找任意模板。仅检测位置,不包括平移和旋转 引用:Ballard1981。
-
-
构造函数摘要
构造函数 修饰符 构造函数 描述 protected
GeneralizedHoughBallard(long addr)
-
方法摘要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 描述 static GeneralizedHoughBallard
__fromPtr__(long addr)
protected void
finalize()
int
getLevels()
int
getVotesThreshold()
void
setLevels(int levels)
void
setVotesThreshold(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
-
-