@Namespace(value="cv") public static class opencv_imgproc.GeneralizedHough extends opencv_core.Algorithm
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
GeneralizedHough(Pointer p)
Pointer cast constructor.
|
clear, empty, getDefaultName, position, read, save, save, writeaddress, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic 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.UMat templ, @ByVal(nullValue="cv::Point(-1, -1)") opencv_core.Point templCenter)
public void setTemplate(@ByVal opencv_core.UMat 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 setTemplate(@ByVal opencv_core.UMat edges, @ByVal opencv_core.UMat dx, @ByVal opencv_core.UMat dy, @ByVal(nullValue="cv::Point(-1, -1)") opencv_core.Point templCenter)
public void setTemplate(@ByVal opencv_core.UMat edges, @ByVal opencv_core.UMat dx, @ByVal opencv_core.UMat dy)
public void detect(@ByVal opencv_core.Mat image, @ByVal opencv_core.Mat positions, @ByVal(nullValue="cv::OutputArray(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.UMat image, @ByVal opencv_core.UMat positions, @ByVal(nullValue="cv::OutputArray(cv::noArray())") opencv_core.UMat votes)
public void detect(@ByVal opencv_core.UMat image, @ByVal opencv_core.UMat 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::OutputArray(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 detect(@ByVal opencv_core.UMat edges, @ByVal opencv_core.UMat dx, @ByVal opencv_core.UMat dy, @ByVal opencv_core.UMat positions, @ByVal(nullValue="cv::OutputArray(cv::noArray())") opencv_core.UMat votes)
public void detect(@ByVal opencv_core.UMat edges, @ByVal opencv_core.UMat dx, @ByVal opencv_core.UMat dy, @ByVal opencv_core.UMat 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 © 2017. All rights reserved.