Class GeneralizedHoughBallard
java.lang.Object
org.opencv.core.Algorithm
org.opencv.imgproc.GeneralizedHough
org.opencv.imgproc.GeneralizedHoughBallard
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic GeneralizedHoughBallard__fromPtr__(long addr) protected voidfinalize()intintvoidsetLevels(int levels) voidsetVotesThreshold(int votesThreshold) Methods inherited from class GeneralizedHough
detect, detect, detect, detect, getCannyHighThresh, getCannyLowThresh, getDp, getMaxBufferSize, getMinDist, setCannyHighThresh, setCannyLowThresh, setDp, setMaxBufferSize, setMinDist, setTemplate, setTemplate, setTemplate, setTemplateMethods inherited from class Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
GeneralizedHoughBallard
protected GeneralizedHoughBallard(long addr)
-
-
Method Details
-
__fromPtr__
-
setLevels
public void setLevels(int levels) -
getLevels
public int getLevels() -
setVotesThreshold
public void setVotesThreshold(int votesThreshold) -
getVotesThreshold
public int getVotesThreshold() -
finalize
- Overrides:
finalizein classGeneralizedHough- Throws:
Throwable
-