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 classGeneralizedHoughBallardfinds arbitrary template in the grayscale image using Generalized Hough Transform Detects position only without translation and rotation CITE: Ballard1981 .classGeneralizedHoughGuilfinds 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 GeneralizedHoughGeneralizedHough. __fromPtr__(long addr)
-