Package org.opencv.imgproc
Class GeneralizedHoughGuil
java.lang.Object
org.opencv.core.Algorithm
org.opencv.imgproc.GeneralizedHough
org.opencv.imgproc.GeneralizedHoughGuil
public class GeneralizedHoughGuil extends GeneralizedHough
finds arbitrary template in the grayscale image using Generalized Hough Transform
Detects position, translation and rotation CITE: Guil1999 .
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedGeneralizedHoughGuil(long addr) -
Method Summary
Modifier and Type Method Description static GeneralizedHoughGuil__fromPtr__(long addr)protected voidfinalize()doublegetAngleEpsilon()doublegetAngleStep()intgetAngleThresh()intgetLevels()doublegetMaxAngle()doublegetMaxScale()doublegetMinAngle()doublegetMinScale()intgetPosThresh()doublegetScaleStep()intgetScaleThresh()doublegetXi()voidsetAngleEpsilon(double angleEpsilon)voidsetAngleStep(double angleStep)voidsetAngleThresh(int angleThresh)voidsetLevels(int levels)voidsetMaxAngle(double maxAngle)voidsetMaxScale(double maxScale)voidsetMinAngle(double minAngle)voidsetMinScale(double minScale)voidsetPosThresh(int posThresh)voidsetScaleStep(double scaleStep)voidsetScaleThresh(int scaleThresh)voidsetXi(double xi)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, setTemplateMethods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
Method Details
-
__fromPtr__
-
setXi
-
getXi
-
setLevels
-
getLevels
-
setAngleEpsilon
-
getAngleEpsilon
-
setMinAngle
-
getMinAngle
-
setMaxAngle
-
getMaxAngle
-
setAngleStep
-
getAngleStep
-
setAngleThresh
-
getAngleThresh
-
setMinScale
-
getMinScale
-
setMaxScale
-
getMaxScale
-
setScaleStep
-
getScaleStep
-
setScaleThresh
-
getScaleThresh
-
setPosThresh
-
getPosThresh
-
finalize
- Overrides:
finalizein classGeneralizedHough- Throws:
Throwable
-