5
#ifndef OPENCV_MARR_HILDRETH_HASH_HPP
6
#define OPENCV_MARR_HILDRETH_HASH_HPP
8
#include "img_hash_base.hpp"
26
CV_WRAP
float
getAlpha()
const;
31
CV_WRAP
float
getScale()
const;
37
CV_WRAP
void
setKernelParam(
float
alpha,
float
scale);
58
float
alpha = 2.0f,
float
scale = 1.0f);
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition:
mat.hpp:295
The base class for image hash algorithms
Definition:
img_hash_base.hpp:19
Marr-Hildreth Operator Based Hash, slowest but more discriminative.
Definition:
marr_hildreth_hash.hpp:21
CV_EXPORTS_W void marrHildrethHash(cv::InputArray inputArr, cv::OutputArray outputArr, float alpha=2.0f, float scale=1.0f)
Computes average hash value 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