5
#ifndef OPENCV_IMG_HASH_BASE_HPP
6
#define OPENCV_IMG_HASH_BASE_HPP
8
#include "opencv2/core.hpp"
35
CV_WRAP
double
compare(cv::InputArray hashOne, cv::InputArray hashTwo)
const;
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition:
mat.hpp:295
This is a base class for all more or less complex algorithms in OpenCV
Definition:
core.hpp:3091
The base class for image hash algorithms
Definition:
img_hash_base.hpp:19
CV_EXPORTS_W void compare(InputArray src1, InputArray src2, OutputArray dst, int cmpop)
Performs the per-element comparison of two arrays or an array and scalar value.
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75
Definition:
cvstd_wrapper.hpp:74