@Namespace(value="cv::img_hash") @Properties(inherit=opencv_img_hash.class) public class RadialVarianceHash extends ImgHashBase
/** \brief Image hash based on Radon transform.
See \cite tang2012perceptual for details.
ImgHashBase.ImgHashImplPointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
RadialVarianceHash(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static RadialVarianceHash |
create() |
static RadialVarianceHash |
create(double sigma,
int numOfAngleLine) |
DoublePointer |
getFeatures() |
Mat |
getHash() |
int |
getNumOfAngleLine() |
Mat |
getPixPerLine(Mat input) |
Mat |
getProjection() |
double |
getSigma() |
void |
setNumOfAngleLine(int value) |
void |
setSigma(double value) |
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 RadialVarianceHash(Pointer p)
Pointer.Pointer(Pointer).@opencv_core.Ptr public static RadialVarianceHash create(double sigma, int numOfAngleLine)
@opencv_core.Ptr public static RadialVarianceHash create()
public int getNumOfAngleLine()
public double getSigma()
public void setNumOfAngleLine(int value)
public void setSigma(double value)
@StdVector public DoublePointer getFeatures()
Copyright © 2020. All rights reserved.