java.lang.Object
org.opencv.core.Algorithm
org.opencv.imgproc.GeneralizedHough
- Direct Known Subclasses:
GeneralizedHoughBallard,GeneralizedHoughGuil
finds arbitrary template in the grayscale image using Generalized Hough Transform
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeneralizedHough__fromPtr__(long addr) voidvoidvoidvoidintintdoublegetDp()intdoublevoidsetCannyHighThresh(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) Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
GeneralizedHough
protected GeneralizedHough(long addr)
-
-
Method Details
-
__fromPtr__
-
setTemplate
-
setTemplate
-
setTemplate
-
setTemplate
-
detect
-
detect
-
detect
-
detect
-
getCannyLowThresh
public int getCannyLowThresh() -
setCannyLowThresh
public void setCannyLowThresh(int cannyLowThresh) -
getCannyHighThresh
public int getCannyHighThresh() -
setCannyHighThresh
public void setCannyHighThresh(int cannyHighThresh) -
getMinDist
public double getMinDist() -
setMinDist
public void setMinDist(double minDist) -
getDp
public double getDp() -
setDp
public void setDp(double dp) -
getMaxBufferSize
public int getMaxBufferSize() -
setMaxBufferSize
public void setMaxBufferSize(int maxBufferSize)
-