Package org.opencv.imgproc
Class GeneralizedHough
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) void
void
void
void
protected void
finalize()
int
int
double
getDp()
int
double
void
setCannyHighThresh
(int cannyHighThresh) void
setCannyLowThresh
(int cannyLowThresh) void
setDp
(double dp) void
setMaxBufferSize
(int maxBufferSize) void
setMinDist
(double minDist) void
setTemplate
(Mat templ) void
setTemplate
(Mat edges, Mat dx, Mat dy) void
setTemplate
(Mat edges, Mat dx, Mat dy, Point templCenter) void
setTemplate
(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
-
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() -
finalize
-