Package org.opencv.imgproc
Class GeneralizedHoughGuil
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.imgproc.GeneralizedHough
-
- org.opencv.imgproc.GeneralizedHoughGuil
-
public class GeneralizedHoughGuil extends GeneralizedHough
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GeneralizedHoughGuil(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GeneralizedHoughGuil
__fromPtr__(long addr)
protected void
finalize()
-
Methods inherited from class org.opencv.imgproc.GeneralizedHough
detect, detect, detect, detect, getCannyHighThresh, getCannyLowThresh, getDp, getMaxBufferSize, getMinDist, setCannyHighThresh, setCannyLowThresh, setDp, setMaxBufferSize, setMinDist, setTemplate, setTemplate, setTemplate, setTemplate
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static GeneralizedHoughGuil __fromPtr__(long addr)
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classGeneralizedHough
- Throws:
java.lang.Throwable
-
-