Package org.opencv.img_hash
Class ColorMomentHash
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.img_hash.ImgHashBase
-
- org.opencv.img_hash.ColorMomentHash
-
public class ColorMomentHash extends ImgHashBase
Image hash based on color moments. See CITE: tang2012perceptual for details.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ColorMomentHash(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ColorMomentHash
__fromPtr__(long addr)
static ColorMomentHash
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 ColorMomentHash __fromPtr__(long addr)
-
create
public static ColorMomentHash create()
-
finalize
protected void finalize() throws java.lang.Throwable
- Overrides:
finalize
in classImgHashBase
- Throws:
java.lang.Throwable
-
-