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 Summary
Constructors Modifier Constructor Description protectedGeneralizedHoughGuil(long addr) 
- 
Method Summary
All 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.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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
__fromPtr__
public static GeneralizedHoughGuil __fromPtr__(long addr)
 
- 
getAngleEpsilon
public double getAngleEpsilon()
 
- 
getAngleStep
public double getAngleStep()
 
- 
getMaxAngle
public double getMaxAngle()
 
- 
getMaxScale
public double getMaxScale()
 
- 
getMinAngle
public double getMinAngle()
 
- 
getMinScale
public double getMinScale()
 
- 
getScaleStep
public double getScaleStep()
 
- 
getXi
public double getXi()
 
- 
getAngleThresh
public int getAngleThresh()
 
- 
getLevels
public int getLevels()
 
- 
getPosThresh
public int getPosThresh()
 
- 
getScaleThresh
public int getScaleThresh()
 
- 
setAngleEpsilon
public void setAngleEpsilon(double angleEpsilon)
 
- 
setAngleStep
public void setAngleStep(double angleStep)
 
- 
setAngleThresh
public void setAngleThresh(int angleThresh)
 
- 
setLevels
public void setLevels(int levels)
 
- 
setMaxAngle
public void setMaxAngle(double maxAngle)
 
- 
setMaxScale
public void setMaxScale(double maxScale)
 
- 
setMinAngle
public void setMinAngle(double minAngle)
 
- 
setMinScale
public void setMinScale(double minScale)
 
- 
setPosThresh
public void setPosThresh(int posThresh)
 
- 
setScaleStep
public void setScaleStep(double scaleStep)
 
- 
setScaleThresh
public void setScaleThresh(int scaleThresh)
 
- 
setXi
public void setXi(double xi)
 
- 
finalize
protected void finalize() throws java.lang.Throwable- Overrides:
 finalizein classGeneralizedHough- Throws:
 java.lang.Throwable
 
 - 
 
 -