@Namespace(value="cv") public static class opencv_imgproc.GeneralizedHough extends opencv_core.Algorithm
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_imgproc.GeneralizedHough(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
detect(opencv_core.Mat image,
opencv_core.Mat positions) |
void |
detect(opencv_core.Mat image,
opencv_core.Mat positions,
opencv_core.Mat votes)
find template on image
|
void |
detect(opencv_core.Mat edges,
opencv_core.Mat dx,
opencv_core.Mat dy,
opencv_core.Mat positions) |
void |
detect(opencv_core.Mat edges,
opencv_core.Mat dx,
opencv_core.Mat dy,
opencv_core.Mat positions,
opencv_core.Mat votes) |
int |
getCannyHighThresh() |
int |
getCannyLowThresh() |
double |
getDp() |
int |
getMaxBufferSize() |
double |
getMinDist() |
void |
setCannyHighThresh(int cannyHighThresh)
Canny high threshold.
|
void |
setCannyLowThresh(int cannyLowThresh)
Canny low threshold.
|
void |
setDp(double dp)
Inverse ratio of the accumulator resolution to the image resolution.
|
void |
setMaxBufferSize(int maxBufferSize)
Maximal size of inner buffers.
|
void |
setMinDist(double minDist)
Minimum distance between the centers of the detected objects.
|
void |
setTemplate(opencv_core.Mat templ) |
void |
setTemplate(opencv_core.Mat edges,
opencv_core.Mat dx,
opencv_core.Mat dy) |
void |
setTemplate(opencv_core.Mat edges,
opencv_core.Mat dx,
opencv_core.Mat dy,
opencv_core.Point templCenter) |
void |
setTemplate(opencv_core.Mat templ,
opencv_core.Point templCenter)
set template to search
|
clear, empty, getDefaultName, position, read, save, save, writeaddress, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_imgproc.GeneralizedHough(Pointer p)
Pointer.Pointer(Pointer).public void setTemplate(@ByVal opencv_core.Mat templ, @ByVal(nullValue="cv::Point(-1, -1)") opencv_core.Point templCenter)
public void setTemplate(@ByVal opencv_core.Mat templ)
public void setTemplate(@ByVal opencv_core.Mat edges, @ByVal opencv_core.Mat dx, @ByVal opencv_core.Mat dy, @ByVal(nullValue="cv::Point(-1, -1)") opencv_core.Point templCenter)
public void setTemplate(@ByVal opencv_core.Mat edges, @ByVal opencv_core.Mat dx, @ByVal opencv_core.Mat dy)
public void detect(@ByVal opencv_core.Mat image, @ByVal opencv_core.Mat positions, @ByVal(nullValue="cv::noArray()") opencv_core.Mat votes)
public void detect(@ByVal opencv_core.Mat image, @ByVal opencv_core.Mat positions)
public void detect(@ByVal opencv_core.Mat edges, @ByVal opencv_core.Mat dx, @ByVal opencv_core.Mat dy, @ByVal opencv_core.Mat positions, @ByVal(nullValue="cv::noArray()") opencv_core.Mat votes)
public void detect(@ByVal opencv_core.Mat edges, @ByVal opencv_core.Mat dx, @ByVal opencv_core.Mat dy, @ByVal opencv_core.Mat positions)
public void setCannyLowThresh(int cannyLowThresh)
public int getCannyLowThresh()
public void setCannyHighThresh(int cannyHighThresh)
public int getCannyHighThresh()
public void setMinDist(double minDist)
public double getMinDist()
public void setDp(double dp)
public double getDp()
public void setMaxBufferSize(int maxBufferSize)
public int getMaxBufferSize()
Copyright © 2016. All rights reserved.