OpenCV for Unity 2.6.5
Enox Software / Please refer to OpenCV official document ( http://docs.opencv.org/4.10.0/index.html ) for the details of the argument of the method.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Modules Pages
OpenCVForUnity.ImgprocModule.GeneralizedHough Member List

This is the complete list of members for OpenCVForUnity.ImgprocModule.GeneralizedHough, including all inherited members.

__fromPtr__(IntPtr addr)OpenCVForUnity.ImgprocModule.GeneralizedHoughstatic
clear()OpenCVForUnity.CoreModule.Algorithmvirtual
detect(Mat image, Mat positions, Mat votes)OpenCVForUnity.ImgprocModule.GeneralizedHough
detect(Mat image, Mat positions)OpenCVForUnity.ImgprocModule.GeneralizedHough
detect(Mat edges, Mat dx, Mat dy, Mat positions, Mat votes)OpenCVForUnity.ImgprocModule.GeneralizedHough
detect(Mat edges, Mat dx, Mat dy, Mat positions)OpenCVForUnity.ImgprocModule.GeneralizedHough
DisposableObject()OpenCVForUnity.DisposableObjectprotected
DisposableObject(bool isEnabledDispose)OpenCVForUnity.DisposableObjectprotected
DisposableOpenCVObject()OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(IntPtr ptr)OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(bool isEnabledDispose)OpenCVForUnity.DisposableOpenCVObjectprotected
DisposableOpenCVObject(IntPtr ptr, bool isEnabledDispose)OpenCVForUnity.DisposableOpenCVObjectprotected
Dispose(bool disposing)OpenCVForUnity.ImgprocModule.GeneralizedHoughprotectedvirtual
OpenCVForUnity::DisposableObject.Dispose()OpenCVForUnity.DisposableObject
empty()OpenCVForUnity.CoreModule.Algorithmvirtual
getCannyHighThresh()OpenCVForUnity.ImgprocModule.GeneralizedHough
getCannyLowThresh()OpenCVForUnity.ImgprocModule.GeneralizedHough
getDefaultName()OpenCVForUnity.CoreModule.Algorithmvirtual
getDp()OpenCVForUnity.ImgprocModule.GeneralizedHough
getMaxBufferSize()OpenCVForUnity.ImgprocModule.GeneralizedHough
getMinDist()OpenCVForUnity.ImgprocModule.GeneralizedHough
getNativeObjAddr()OpenCVForUnity.CoreModule.Algorithm
IsDisposedOpenCVForUnity.DisposableObject
IsEnabledDisposeOpenCVForUnity.DisposableObject
save(string filename)OpenCVForUnity.CoreModule.Algorithm
setCannyHighThresh(int cannyHighThresh)OpenCVForUnity.ImgprocModule.GeneralizedHough
setCannyLowThresh(int cannyLowThresh)OpenCVForUnity.ImgprocModule.GeneralizedHough
setDp(double dp)OpenCVForUnity.ImgprocModule.GeneralizedHough
setMaxBufferSize(int maxBufferSize)OpenCVForUnity.ImgprocModule.GeneralizedHough
setMinDist(double minDist)OpenCVForUnity.ImgprocModule.GeneralizedHough
setTemplate(Mat templ, Point templCenter)OpenCVForUnity.ImgprocModule.GeneralizedHough
setTemplate(Mat templ)OpenCVForUnity.ImgprocModule.GeneralizedHough
setTemplate(Mat edges, Mat dx, Mat dy, Point templCenter)OpenCVForUnity.ImgprocModule.GeneralizedHough
setTemplate(Mat edges, Mat dx, Mat dy)OpenCVForUnity.ImgprocModule.GeneralizedHough
setTemplate(Mat templ, in Vec2d templCenter)OpenCVForUnity.ImgprocModule.GeneralizedHough
setTemplate(Mat edges, Mat dx, Mat dy, in Vec2d templCenter)OpenCVForUnity.ImgprocModule.GeneralizedHough
setTemplate(Mat templ, in(double x, double y) templCenter)OpenCVForUnity.ImgprocModule.GeneralizedHough
setTemplate(Mat edges, Mat dx, Mat dy, in(double x, double y) templCenter)OpenCVForUnity.ImgprocModule.GeneralizedHough
ThrowIfDisposed()OpenCVForUnity.DisposableObject
ThrowIfNullIntPtr(IntPtr ptr)OpenCVForUnity.DisposableObjectstatic