@Namespace(value="cv::img_hash") @Properties(inherit=opencv_img_hash.class) public class PHash extends ImgHashBase
/** \brief pHash
Slower than average_hash, but tolerant of minor modifications
This algorithm can combat more variation than averageHash, for more details please refer to \cite lookslikeit
ImgHashBase.ImgHashImpl
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
PHash(Algorithm pointer)
Downcast constructor.
|
PHash(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
static PHash |
create() |
asAlgorithm, asAlgorithm, compare, compare, compare, compute, compute, compute
clear, empty, getDefaultName, getPointer, position, read, save, save, write, write, write
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public PHash(Pointer p)
Pointer(Pointer)
.public PHash(Algorithm pointer)
@opencv_core.Ptr public static PHash create()
Copyright © 2024. All rights reserved.