@Namespace(value="cv::img_hash") public static class opencv_img_hash.RadialVarianceHash extends opencv_img_hash.ImgHashBase
/** \brief Image hash based on Radon transform.
See \cite tang2012perceptual for details.
opencv_img_hash.ImgHashBase.ImgHashImpl| Constructor and Description |
|---|
RadialVarianceHash(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static opencv_img_hash.RadialVarianceHash |
create() |
static opencv_img_hash.RadialVarianceHash |
create(double sigma,
int numOfAngleLine) |
org.bytedeco.javacpp.DoublePointer |
getFeatures() |
opencv_core.Mat |
getHash() |
int |
getNumOfAngleLine() |
opencv_core.Mat |
getPixPerLine(opencv_core.Mat input) |
opencv_core.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, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic RadialVarianceHash(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).@opencv_core.Ptr public static opencv_img_hash.RadialVarianceHash create(double sigma, int numOfAngleLine)
@opencv_core.Ptr public static opencv_img_hash.RadialVarianceHash create()
public int getNumOfAngleLine()
public double getSigma()
public void setNumOfAngleLine(int value)
public void setSigma(double value)
@StdVector public org.bytedeco.javacpp.DoublePointer getFeatures()
@ByVal public opencv_core.Mat getHash()
@ByVal public opencv_core.Mat getPixPerLine(@Const @ByRef opencv_core.Mat input)
@ByVal public opencv_core.Mat getProjection()
Copyright © 2018. All rights reserved.