public class GeneralizedHough extends Algorithm
Modifier | Constructor and Description |
---|---|
protected |
GeneralizedHough(long addr) |
Modifier and Type | Method and Description |
---|---|
static GeneralizedHough |
__fromPtr__(long addr) |
void |
detect(Mat image,
Mat positions) |
void |
detect(Mat image,
Mat positions,
Mat votes) |
void |
detect(Mat edges,
Mat dx,
Mat dy,
Mat positions) |
void |
detect(Mat edges,
Mat dx,
Mat dy,
Mat positions,
Mat votes) |
protected void |
finalize() |
int |
getCannyHighThresh() |
int |
getCannyLowThresh() |
double |
getDp() |
int |
getMaxBufferSize() |
double |
getMinDist() |
void |
setCannyHighThresh(int cannyHighThresh) |
void |
setCannyLowThresh(int cannyLowThresh) |
void |
setDp(double dp) |
void |
setMaxBufferSize(int maxBufferSize) |
void |
setMinDist(double minDist) |
void |
setTemplate(Mat templ) |
void |
setTemplate(Mat edges,
Mat dx,
Mat dy) |
void |
setTemplate(Mat edges,
Mat dx,
Mat dy,
Point templCenter) |
void |
setTemplate(Mat templ,
Point templCenter) |
clear, empty, getDefaultName, getNativeObjAddr, save
public static GeneralizedHough __fromPtr__(long addr)
public double getDp()
public double getMinDist()
public int getCannyHighThresh()
public int getCannyLowThresh()
public int getMaxBufferSize()
public void setCannyHighThresh(int cannyHighThresh)
public void setCannyLowThresh(int cannyLowThresh)
public void setDp(double dp)
public void setMaxBufferSize(int maxBufferSize)
public void setMinDist(double minDist)
public void setTemplate(Mat templ)
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0