public class GeneralizedHoughGuil extends GeneralizedHough
Modifier and Type | Method and Description |
---|---|
static GeneralizedHoughGuil |
__fromPtr__(long addr) |
double |
getAngleEpsilon() |
double |
getAngleStep() |
int |
getAngleThresh() |
int |
getLevels() |
double |
getMaxAngle() |
double |
getMaxScale() |
double |
getMinAngle() |
double |
getMinScale() |
int |
getPosThresh() |
double |
getScaleStep() |
int |
getScaleThresh() |
double |
getXi() |
void |
setAngleEpsilon(double angleEpsilon) |
void |
setAngleStep(double angleStep) |
void |
setAngleThresh(int angleThresh) |
void |
setLevels(int levels) |
void |
setMaxAngle(double maxAngle) |
void |
setMaxScale(double maxScale) |
void |
setMinAngle(double minAngle) |
void |
setMinScale(double minScale) |
void |
setPosThresh(int posThresh) |
void |
setScaleStep(double scaleStep) |
void |
setScaleThresh(int scaleThresh) |
void |
setXi(double xi) |
detect, detect, detect, detect, getCannyHighThresh, getCannyLowThresh, getDp, getMaxBufferSize, getMinDist, setCannyHighThresh, setCannyLowThresh, setDp, setMaxBufferSize, setMinDist, setTemplate, setTemplate, setTemplate, setTemplate
clear, empty, getDefaultName, getNativeObjAddr, save
public static GeneralizedHoughGuil __fromPtr__(long addr)
public double getAngleEpsilon()
public double getAngleStep()
public int getAngleThresh()
public int getLevels()
public double getMaxAngle()
public double getMaxScale()
public double getMinAngle()
public double getMinScale()
public int getPosThresh()
public double getScaleStep()
public int getScaleThresh()
public double getXi()
public void setAngleEpsilon(double angleEpsilon)
public void setAngleStep(double angleStep)
public void setAngleThresh(int angleThresh)
public void setLevels(int levels)
public void setMaxAngle(double maxAngle)
public void setMaxScale(double maxScale)
public void setMinAngle(double minAngle)
public void setMinScale(double minScale)
public void setPosThresh(int posThresh)
public void setScaleStep(double scaleStep)
public void setScaleThresh(int scaleThresh)
public void setXi(double xi)
Generated on 2019-12-20 14:24:32 / OpenCV 4.2.0