Click or drag to resize

OpenCvSharp.ImgHash Namespace

[Missing <summary> documentation for "N:OpenCvSharp.ImgHash"]

Classes
  ClassDescription
Public classAverageHash
Computes average hash value of the input image. This is a fast image hashing algorithm, but only work on simple case. For more details, please refer to @cite lookslikeit
Public classBlockMeanHash
Image hash based on block mean.
Public classColorMomentHash
Image hash based on color moments.
Public classImgHashBase
The base class for image hash algorithms
Public classMarrHildrethHash
Marr-Hildreth Operator Based Hash, slowest but more discriminative.
Public classPHash
pHash: Slower than average_hash, but tolerant of minor modifications. This algorithm can combat more variation than averageHash, for more details please refer to @cite lookslikeit
Public classRadialVarianceHash
Image hash based on Radon transform.
Enumerations
  EnumerationDescription
Public enumerationBlockMeanHashMode