@Namespace(value="cv::img_hash") @Properties(inherit=opencv_img_hash.class) public class BlockMeanHash extends ImgHashBase
See \cite zauner2010implementation for details.
ImgHashBase.ImgHashImpl
Pointer.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, 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 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.