@Namespace(value="cv::img_hash") @Properties(inherit=opencv_img_hash.class) public class MarrHildrethHash extends ImgHashBase
/** \brief Marr-Hildreth Operator Based Hash, slowest but more discriminative.
See \cite zauner2010implementation for details.
ImgHashBase.ImgHashImplPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
MarrHildrethHash(Algorithm pointer)
Downcast constructor.
|
MarrHildrethHash(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static MarrHildrethHash |
create() |
static MarrHildrethHash |
create(float alpha,
float scale) |
float |
getAlpha()
\brief self explain
|
float |
getScale()
\brief self explain
|
void |
setKernelParam(float alpha,
float scale)
\brief Set Mh kernel parameters
|
asAlgorithm, asAlgorithm, compare, compare, compare, compute, compute, computeclear, empty, getDefaultName, getPointer, position, read, save, save, write, write, writeaddress, 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, zeropublic MarrHildrethHash(Pointer p)
Pointer(Pointer).public MarrHildrethHash(Algorithm pointer)
public float getAlpha()
public float getScale()
public void setKernelParam(float alpha,
float scale)
alpha - int scale factor for marr wavelet (default=2).scale - int level of scale factor (default = 1)@opencv_core.Ptr public static MarrHildrethHash create(float alpha, float scale)
alpha - int scale factor for marr wavelet (default=2).scale - int level of scale factor (default = 1)@opencv_core.Ptr public static MarrHildrethHash create()
Copyright © 2025. All rights reserved.