Uses of Class
org.opencv.imgproc.GeneralizedHough
-
Packages that use GeneralizedHough Package Description org.opencv.imgproc -
-
Uses of GeneralizedHough in org.opencv.imgproc
Subclasses of GeneralizedHough in org.opencv.imgproc Modifier and Type Class Description class
GeneralizedHoughBallard
finds arbitrary template in the grayscale image using Generalized Hough Transform Detects position only without translation and rotation CITE: Ballard1981 .class
GeneralizedHoughGuil
finds arbitrary template in the grayscale image using Generalized Hough Transform Detects position, translation and rotation CITE: Guil1999 .Methods in org.opencv.imgproc that return GeneralizedHough Modifier and Type Method Description static GeneralizedHough
GeneralizedHough. __fromPtr__(long addr)
-