@Namespace(value="cv::img_hash") @Properties(inherit=opencv_img_hash.class) public class BlockMeanHash extends ImgHashBase
See \cite zauner2010implementation for details.
ImgHashBase.ImgHashImplPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
BlockMeanHash(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static BlockMeanHash |
create() |
static BlockMeanHash |
create(int mode) |
DoublePointer |
getMean() |
void |
setMode(int mode)
\brief Create BlockMeanHash object
|
compare, compare, compare, compute, compute, computeclear, empty, getDefaultName, position, read, save, save, write, write, writeaddress, 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, zeropublic BlockMeanHash(Pointer p)
Pointer.Pointer(Pointer).public void setMode(int mode)
mode - the mode@StdVector public DoublePointer getMean()
@opencv_core.Ptr public static BlockMeanHash create(int mode)
@opencv_core.Ptr public static BlockMeanHash create()
Copyright © 2020. All rights reserved.