Package org.opencv.img_hash
Class AverageHash
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.img_hash.ImgHashBase
-
- org.opencv.img_hash.AverageHash
-
public class AverageHash extends ImgHashBase
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
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AverageHash(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AverageHash
__fromPtr__(long addr)
static AverageHash
create()
protected void
finalize()
-
Methods inherited from class org.opencv.img_hash.ImgHashBase
compare, compute
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static AverageHash __fromPtr__(long addr)
-
create
public static AverageHash create()
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classImgHashBase
- Throws:
java.lang.Throwable
-
-