java.lang.Object
org.opencv.core.Algorithm
org.opencv.img_hash.ImgHashBase
org.opencv.img_hash.RadialVarianceHash
Image hash based on Radon transform.
See CITE: tang2012perceptual for details.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RadialVarianceHash__fromPtr__(long addr) static RadialVarianceHashcreate()static RadialVarianceHashcreate(double sigma) static RadialVarianceHashcreate(double sigma, int numOfAngleLine) intdoublegetSigma()voidsetNumOfAngleLine(int value) voidsetSigma(double value) Methods inherited from class org.opencv.img_hash.ImgHashBase
compare, computeMethods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
RadialVarianceHash
protected RadialVarianceHash(long addr)
-
-
Method Details
-
__fromPtr__
-
create
-
create
-
create
-
getNumOfAngleLine
public int getNumOfAngleLine() -
setNumOfAngleLine
public void setNumOfAngleLine(int value) -
getSigma
public double getSigma() -
setSigma
public void setSigma(double value)
-