@Namespace(value="cv") @Properties(inherit=opencv_imgproc.class) public class GeneralizedHough extends Algorithm
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
GeneralizedHough(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
detect(GpuMat image,
GpuMat positions) |
void |
detect(GpuMat image,
GpuMat positions,
GpuMat votes) |
void |
detect(GpuMat edges,
GpuMat dx,
GpuMat dy,
GpuMat positions) |
void |
detect(GpuMat edges,
GpuMat dx,
GpuMat dy,
GpuMat positions,
GpuMat votes) |
void |
detect(Mat image,
Mat positions) |
void |
detect(Mat image,
Mat positions,
Mat votes)
find template on image
|
void |
detect(Mat edges,
Mat dx,
Mat dy,
Mat positions) |
void |
detect(Mat edges,
Mat dx,
Mat dy,
Mat positions,
Mat votes) |
void |
detect(UMat image,
UMat positions) |
void |
detect(UMat image,
UMat positions,
UMat votes) |
void |
detect(UMat edges,
UMat dx,
UMat dy,
UMat positions) |
void |
detect(UMat edges,
UMat dx,
UMat dy,
UMat positions,
UMat 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(GpuMat templ) |
void |
setTemplate(GpuMat edges,
GpuMat dx,
GpuMat dy) |
void |
setTemplate(GpuMat edges,
GpuMat dx,
GpuMat dy,
Point templCenter) |
void |
setTemplate(GpuMat templ,
Point templCenter) |
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)
set template to search
|
void |
setTemplate(UMat templ) |
void |
setTemplate(UMat templ,
Point templCenter) |
void |
setTemplate(UMat edges,
UMat dx,
UMat dy) |
void |
setTemplate(UMat edges,
UMat dx,
UMat dy,
Point templCenter) |
clear, empty, getDefaultName, position, read, save, save, write, write, write
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public GeneralizedHough(Pointer p)
Pointer.Pointer(Pointer)
.public void setTemplate(@ByVal Mat templ, @ByVal(nullValue="cv::Point(-1, -1)") Point templCenter)
public void setTemplate(@ByVal UMat templ, @ByVal(nullValue="cv::Point(-1, -1)") Point templCenter)
public void setTemplate(@ByVal GpuMat templ, @ByVal(nullValue="cv::Point(-1, -1)") Point templCenter)
public void setTemplate(@ByVal Mat edges, @ByVal Mat dx, @ByVal Mat dy, @ByVal(nullValue="cv::Point(-1, -1)") Point templCenter)
public void setTemplate(@ByVal UMat edges, @ByVal UMat dx, @ByVal UMat dy, @ByVal(nullValue="cv::Point(-1, -1)") Point templCenter)
public void setTemplate(@ByVal GpuMat edges, @ByVal GpuMat dx, @ByVal GpuMat dy, @ByVal(nullValue="cv::Point(-1, -1)") Point templCenter)
public void detect(@ByVal Mat image, @ByVal Mat positions, @ByVal(nullValue="cv::OutputArray(cv::noArray())") Mat votes)
public void detect(@ByVal UMat image, @ByVal UMat positions, @ByVal(nullValue="cv::OutputArray(cv::noArray())") UMat votes)
public void detect(@ByVal GpuMat image, @ByVal GpuMat positions, @ByVal(nullValue="cv::OutputArray(cv::noArray())") GpuMat votes)
public void detect(@ByVal Mat edges, @ByVal Mat dx, @ByVal Mat dy, @ByVal Mat positions, @ByVal(nullValue="cv::OutputArray(cv::noArray())") Mat votes)
public void detect(@ByVal UMat edges, @ByVal UMat dx, @ByVal UMat dy, @ByVal UMat positions, @ByVal(nullValue="cv::OutputArray(cv::noArray())") UMat votes)
public void detect(@ByVal GpuMat edges, @ByVal GpuMat dx, @ByVal GpuMat dy, @ByVal GpuMat positions, @ByVal(nullValue="cv::OutputArray(cv::noArray())") GpuMat votes)
public void detect(@ByVal GpuMat edges, @ByVal GpuMat dx, @ByVal GpuMat dy, @ByVal GpuMat 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 © 2020. All rights reserved.