BlockMeanHash
Objective-C
@interface BlockMeanHash : ImgHashBase
Swift
class BlockMeanHash : ImgHashBase
Image hash based on block mean.
See CITE: zauner2010implementation for details.
Member of Img_hash
-
Declaration
Objective-C
+ (BlockMeanHash*)create:(BlockMeanHashMode)mode NS_SWIFT_NAME(create(mode:));
Swift
class func create(mode: BlockMeanHashMode) -> BlockMeanHash
-
Declaration
Objective-C
+ (BlockMeanHash*)create NS_SWIFT_NAME(create());
Swift
class func create() -> BlockMeanHash
-
Declaration
Objective-C
- (DoubleVector*)getMean NS_SWIFT_NAME(getMean());
Swift
func getMean() -> DoubleVector
-
Create BlockMeanHash object
Declaration
Objective-C
- (void)setMode:(BlockMeanHashMode)mode;
Swift
func setMode(mode: BlockMeanHashMode)
Parameters
mode
the mode