Uses of Class
org.opencv.core.Algorithm
Packages that use Algorithm
-
Uses of Algorithm in org.opencv.core
Methods in org.opencv.core that return Algorithm -
Uses of Algorithm in org.opencv.img_hash
Subclasses of Algorithm in org.opencv.img_hashModifier and TypeClassDescriptionclassComputes average hash value of the input image This is a fast image hashing algorithm, but only work on simple case.classImage hash based on block mean.classImage hash based on color moments.classThe base class for image hash algorithmsclassMarr-Hildreth Operator Based Hash, slowest but more discriminative.classpHash Slower than average_hash, but tolerant of minor modifications This algorithm can combat more variation than averageHash, for more details please refer to CITE: lookslikeitclassImage hash based on Radon transform. -
Uses of Algorithm in org.opencv.imgproc
Subclasses of Algorithm in org.opencv.imgprocModifier and TypeClassDescriptionclassBase class for Contrast Limited Adaptive Histogram Equalization.classfinds arbitrary template in the grayscale image using Generalized Hough Transformclassfinds arbitrary template in the grayscale image using Generalized Hough Transform Detects position only without translation and rotation CITE: Ballard1981 .classfinds arbitrary template in the grayscale image using Generalized Hough Transform Detects position, translation and rotation CITE: Guil1999 .classLine segment detector class following the algorithm described at CITE: Rafael12 .