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 .
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedGeneralizedHoughGuil(long addr)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods 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.GeneralizedHoughdetect, detect, detect, detect, getCannyHighThresh, getCannyLowThresh, getDp, getMaxBufferSize, getMinDist, setCannyHighThresh, setCannyLowThresh, setDp, setMaxBufferSize, setMinDist, setTemplate, setTemplate, setTemplate, setTemplate
 - 
Methods inherited from class org.opencv.core.Algorithmclear, empty, getDefaultName, getNativeObjAddr, save
 
- 
 
- 
- 
- 
Method Detail- 
__fromPtr__public static GeneralizedHoughGuil __fromPtr__(long addr) 
 - 
setXipublic void setXi(double xi) 
 - 
getXipublic double getXi() 
 - 
setLevelspublic void setLevels(int levels) 
 - 
getLevelspublic int getLevels() 
 - 
setAngleEpsilonpublic void setAngleEpsilon(double angleEpsilon) 
 - 
getAngleEpsilonpublic double getAngleEpsilon() 
 - 
setMinAnglepublic void setMinAngle(double minAngle) 
 - 
getMinAnglepublic double getMinAngle() 
 - 
setMaxAnglepublic void setMaxAngle(double maxAngle) 
 - 
getMaxAnglepublic double getMaxAngle() 
 - 
setAngleSteppublic void setAngleStep(double angleStep) 
 - 
getAngleSteppublic double getAngleStep() 
 - 
setAngleThreshpublic void setAngleThresh(int angleThresh) 
 - 
getAngleThreshpublic int getAngleThresh() 
 - 
setMinScalepublic void setMinScale(double minScale) 
 - 
getMinScalepublic double getMinScale() 
 - 
setMaxScalepublic void setMaxScale(double maxScale) 
 - 
getMaxScalepublic double getMaxScale() 
 - 
setScaleSteppublic void setScaleStep(double scaleStep) 
 - 
getScaleSteppublic double getScaleStep() 
 - 
setScaleThreshpublic void setScaleThresh(int scaleThresh) 
 - 
getScaleThreshpublic int getScaleThresh() 
 - 
setPosThreshpublic void setPosThresh(int posThresh) 
 - 
getPosThreshpublic int getPosThresh() 
 - 
finalizeprotected void finalize() throws java.lang.Throwable- Overrides:
- finalizein class- GeneralizedHough
- Throws:
- java.lang.Throwable
 
 
- 
 
-