Package org.opencv.imgproc
Class GeneralizedHoughBallard
java.lang.Object
org.opencv.core.Algorithm
org.opencv.imgproc.GeneralizedHough
org.opencv.imgproc.GeneralizedHoughBallard
public class GeneralizedHoughBallard extends GeneralizedHough
finds arbitrary template in the grayscale image using Generalized Hough Transform
Detects position only without translation and rotation CITE: Ballard1981 .
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
GeneralizedHoughBallard(long addr)
-
Method Summary
Modifier and Type Method Description static GeneralizedHoughBallard
__fromPtr__(long addr)
protected void
finalize()
int
getLevels()
int
getVotesThreshold()
void
setLevels(int levels)
void
setVotesThreshold(int votesThreshold)
Methods inherited from class org.opencv.imgproc.GeneralizedHough
detect, detect, detect, detect, getCannyHighThresh, getCannyLowThresh, getDp, getMaxBufferSize, getMinDist, setCannyHighThresh, setCannyLowThresh, setDp, setMaxBufferSize, setMinDist, setTemplate, setTemplate, setTemplate, setTemplate
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
Method Details
-
__fromPtr__
-
setLevels
-
getLevels
-
setVotesThreshold
-
getVotesThreshold
-
finalize
- Overrides:
finalize
in classGeneralizedHough
- Throws:
Throwable
-