img_hash
All modules / img_hash
Calculates img_hash::AverageHash in one call
img_hash_AverageHashclassComputes average hash value of the input image
img_hash_AverageHash_createfunctionCreate an owned img_hash_AverageHash instance with the supplied configuration.
img_hash_blockMeanHashfunctionComputes block mean hash of the input image
img_hash_BlockMeanHashclassImage hash based on block mean.
img_hash_BlockMeanHash_createfunctionCreate an owned img_hash_BlockMeanHash instance with the supplied configuration.
img_hash_BlockMeanHashModeclassNative enum entries for img hash block mean hash mode. Pass an entry to enum-typed arguments or its .value to numeric arguments.
img_hash_colorMomentHashfunctionComputes color moment hash of the input, the algorithm
img_hash_ColorMomentHashclassImage hash based on color moments.
img_hash_ColorMomentHash_createfunctionCreate an owned img_hash_ColorMomentHash instance with the supplied configuration.
img_hash_ImgHashBaseclassThe base class for image hash algorithms
img_hash_marrHildrethHashfunctionComputes average hash value of the input image
img_hash_MarrHildrethHashclassMarr-Hildreth Operator Based Hash, slowest but more discriminative.
img_hash_MarrHildrethHash_createfunctionCreate an owned img_hash_MarrHildrethHash instance with the supplied configuration.
img_hash_pHashfunctionComputes pHash value of the input image
img_hash_PHashclasspHash
img_hash_PHash_createfunctionCreate an owned img_hash_PHash instance with the supplied configuration.
img_hash_radialVarianceHashfunctionComputes radial variance hash of the input image
img_hash_RadialVarianceHashclassImage hash based on Radon transform.
img_hash_RadialVarianceHash_createfunctionCreate an owned img_hash_RadialVarianceHash instance with the supplied configuration.
No matches. Try an algorithm name, a module, or a shorter phrase.
Constants
Use the named constant from cv. In particular, OpenCV 5 matrix type codes differ from OpenCV 4.
img_hash_BLOCK_MEAN_HASH_MODE_0use fewer block and generate 16*16/8 uchar hash value
img_hash_BLOCK_MEAN_HASH_MODE_1use block blocks(step sizes/2), generate 31*31/8 + 1 uchar hash value