java.lang.Object
org.opencv.core.Algorithm
org.opencv.imgproc.GeneralizedHough
org.opencv.imgproc.GeneralizedHoughGuil
finds arbitrary template in the grayscale image using Generalized Hough Transform
Detects position, translation and rotation CITE: Guil1999 .
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GeneralizedHoughGuil__fromPtr__(long addr) doubledoubleintintdoubledoubledoubledoubleintdoubleintdoublegetXi()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
-
GeneralizedHoughGuil
protected GeneralizedHoughGuil(long addr)
-
-
Method Details
-
__fromPtr__
-
getXi
public double getXi() -
setXi
public void setXi(double xi) -
getLevels
public int getLevels() -
setLevels
public void setLevels(int levels) -
getAngleEpsilon
public double getAngleEpsilon() -
setAngleEpsilon
public void setAngleEpsilon(double angleEpsilon) -
getMinAngle
public double getMinAngle() -
setMinAngle
public void setMinAngle(double minAngle) -
getMaxAngle
public double getMaxAngle() -
setMaxAngle
public void setMaxAngle(double maxAngle) -
getAngleStep
public double getAngleStep() -
setAngleStep
public void setAngleStep(double angleStep) -
getAngleThresh
public int getAngleThresh() -
setAngleThresh
public void setAngleThresh(int angleThresh) -
getMinScale
public double getMinScale() -
setMinScale
public void setMinScale(double minScale) -
getMaxScale
public double getMaxScale() -
setMaxScale
public void setMaxScale(double maxScale) -
getScaleStep
public double getScaleStep() -
setScaleStep
public void setScaleStep(double scaleStep) -
getScaleThresh
public int getScaleThresh() -
setScaleThresh
public void setScaleThresh(int scaleThresh) -
getPosThresh
public int getPosThresh() -
setPosThresh
public void setPosThresh(int posThresh)
-