类 GeneralizedHough
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.imgproc.GeneralizedHough
-
public class GeneralizedHough extends Algorithm
使用广义霍夫变换在灰度图像中查找任意模板
-
-
构造函数摘要
构造函数 修饰符 构造函数 描述 保护GeneralizedHough(long addr)
-
方法摘要
所有方法 静态方法 实例方法 具体方法 修饰符和类型 方法 描述 静态 GeneralizedHough__fromPtr__(long addr)voiddetect(Mat image, Mat positions)voiddetect(Mat image, Mat positions, Mat votes)voiddetect(Mat edges, Mat dx, Mat dy, Mat positions)voiddetect(Mat edges, Mat dx, Mat dy, Mat positions, Mat votes)protected voidfinalize()intgetCannyHighThresh()intgetCannyLowThresh()doublegetDp()intgetMaxBufferSize()doublegetMinDist()voidsetCannyHighThresh(int cannyHighThresh)voidsetCannyLowThresh(int cannyLowThresh)voidsetDp(double dp)voidsetMaxBufferSize(int maxBufferSize)voidsetMinDist(double minDist)voidsetTemplate(Mat templ)voidsetTemplate(Mat edges, Mat dx, Mat dy)voidsetTemplate(Mat edges, Mat dx, Mat dy, Point templCenter)voidsetTemplate(Mat templ, Point templCenter)-
从类 org.opencv.core.Algorithm 继承的方法
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
方法详细信息
-
__fromPtr__
public static GeneralizedHough __fromPtr__(long addr)
-
setTemplate
public void setTemplate(Mat templ)
-
setCannyLowThresh
public void setCannyLowThresh(int cannyLowThresh)
-
getCannyLowThresh
public int getCannyLowThresh()
-
setCannyHighThresh
public void setCannyHighThresh(int cannyHighThresh)
-
getCannyHighThresh
public int getCannyHighThresh()
-
setMinDist
public void setMinDist(double minDist)
-
getMinDist
public double getMinDist()
-
setDp
public void setDp(double dp)
-
getDp
public double getDp()
-
setMaxBufferSize
public void setMaxBufferSize(int maxBufferSize)
-
getMaxBufferSize
public int getMaxBufferSize()
-
-