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