@Namespace(value="cv::img_hash") @Properties(inherit=opencv_img_hash.class) public class AverageHash extends ImgHashBase
/** \brief 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
ImgHashBase.ImgHashImpl
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AverageHash(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static AverageHash |
create() |
compare, compare, compare, compute, compute, compute
clear, empty, getDefaultName, position, read, save, save, write, write, write
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public AverageHash(Pointer p)
Pointer.Pointer(Pointer)
.@opencv_core.Ptr public static AverageHash create()
Copyright © 2020. All rights reserved.