ColorMomentHash

Objective-C

@interface ColorMomentHash : ImgHashBase

Swift

class ColorMomentHash : ImgHashBase

Image hash based on color moments.

See CITE: tang2012perceptual for details.

Member of Img_hash

Methods

  • Declaration

    Objective-C

    + (ColorMomentHash*)create NS_SWIFT_NAME(create());

    Swift

    class func create() -> ColorMomentHash