Package | Description |
---|---|
org.opencv.img_hash |
Modifier and Type | Class and Description |
---|---|
class |
AverageHash
Computes average hash value of the input image
This is a fast image hashing algorithm, but only work on simple case.
|
class |
BlockMeanHash
Image hash based on block mean.
|
class |
ColorMomentHash
Image hash based on color moments.
|
class |
MarrHildrethHash
Marr-Hildreth Operator Based Hash, slowest but more discriminative.
|
class |
PHash
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
|
class |
RadialVarianceHash
Image hash based on Radon transform.
|
Modifier and Type | Method and Description |
---|---|
static ImgHashBase |
ImgHashBase.__fromPtr__(long addr) |
Copyright © 2020. All rights reserved.