public class GeneralizedHough extends Algorithm
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) |
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 int getCannyHighThresh()
public int getCannyLowThresh()
public double getDp()
public int getMaxBufferSize()
public double getMinDist()
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 2019-12-20 14:24:32 / OpenCV 4.2.0