Click or drag to resize

Emgu.CV.ImgHash Namespace

http://www.emgu.com
The module brings implementations of different image hashing algorithms.
Classes
  ClassDescription
Public classAverageHash
Computes average hash value of the input image.
Public classBlockMeanHash
Image hash based on block mean.
Public classColorMomentHash
Image hash based on color moments.
Public classImgHashBase
The Image Hash base class
Public classMarrHildrethHash
Marr-Hildreth Operator Based Hash, slowest but more discriminative.
Public classPHash
Slower than average hash, but tolerant of minor modifications
Public classRadialVarianceHash
Image hash based on Radon transform
Enumerations