AverageHash
Objective-C
@interface AverageHash : ImgHashBase
Swift
class AverageHash : 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
Member of Img_hash
-
Declaration
Objective-C
+ (AverageHash*)create NS_SWIFT_NAME(create());
Swift
class func create() -> AverageHash