Class Cv2.ImgHash
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
cv::img_hash functions.
public static class Cv2.ImgHash
- Inheritance
-
Cv2.ImgHash
- Inherited Members
Methods
- AverageHash(InputArray, OutputArray)
Computes the average hash of an image.
- BlockMeanHash(InputArray, OutputArray, BlockMeanHashMode)
Computes the block mean hash of an image.
- ColorMomentHash(InputArray, OutputArray)
Computes the color moment hash of an image.
- MarrHildrethHash(InputArray, OutputArray, float, float)
Computes the Marr-Hildreth hash of an image.
- PHash(InputArray, OutputArray)
Computes the perceptual hash of an image.
- RadialVarianceHash(InputArray, OutputArray, double, int)
Computes the radial variance hash of an image.