5#ifndef OPENCV_RADIAL_VARIANCE_HASH_HPP
6#define OPENCV_RADIAL_VARIANCE_HASH_HPP
8#include "img_hash_base.hpp"
26 CV_WRAP
int getNumOfAngleLine()
const;
27 CV_WRAP
double getSigma()
const;
29 CV_WRAP
void setNumOfAngleLine(
int value);
30 CV_WRAP
void setSigma(
double value);
33 std::vector<double> getFeatures();
35 Mat getPixPerLine(
Mat const &input);
51 int numOfAngleLine = 180);
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition: mat.hpp:295
n-dimensional dense array class
Definition: mat.hpp:802
The base class for image hash algorithms
Definition: img_hash_base.hpp:19
Image hash based on Radon transform.
Definition: radial_variance_hash.hpp:22
CV_EXPORTS_W void radialVarianceHash(cv::InputArray inputArr, cv::OutputArray outputArr, double sigma=1, int numOfAngleLine=180)
Computes radial variance hash of the input image
"black box" representation of the file storage associated with a file on disk.
Definition: aruco.hpp:75
Definition: cvstd_wrapper.hpp:74