public class GeneralizedHoughGuil extends GeneralizedHough
Modifier | Constructor and Description |
---|---|
protected |
GeneralizedHoughGuil(long addr) |
Modifier and Type | Method and Description |
---|---|
static GeneralizedHoughGuil |
__fromPtr__(long addr) |
protected void |
finalize() |
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 double getMaxAngle()
public double getMaxScale()
public double getMinAngle()
public double getMinScale()
public double getScaleStep()
public double getXi()
public int getAngleThresh()
public int getLevels()
public int getPosThresh()
public int getScaleThresh()
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)
protected void finalize() throws Throwable
finalize
in class GeneralizedHough
Throwable
Generated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2