5
#ifndef __OPENCV_COLOR_MATCH_HPP__
6
#define __OPENCV_COLOR_MATCH_HPP__
8
#include <opencv2/core.hpp>
54
CV_EXPORTS_W
void
qdft(InputArray img,
OutputArray
qimg,
int
flags,
bool
sideLeft);
This type is very similar to InputArray except that it is used for input/output and output function p...
Definition:
mat.hpp:295
CV_EXPORTS_W void qconj(InputArray qimg, OutputArray qcimg)
calculates conjugate of a quaternion image.
CV_EXPORTS_W void createQuaternionImage(InputArray img, OutputArray qimg)
creates a quaternion image.
CV_EXPORTS_W void qdft(InputArray img, OutputArray qimg, int flags, bool sideLeft)
Performs a forward or inverse Discrete quaternion Fourier transform of a 2D quaternion array.
CV_EXPORTS_W void qmultiply(InputArray src1, InputArray src2, OutputArray dst)
Calculates the per-element quaternion product of two arrays
CV_EXPORTS_W void colorMatchTemplate(InputArray img, InputArray templ, OutputArray result)
Compares a color template against overlapped color image regions.
CV_EXPORTS_W void qunitary(InputArray qimg, OutputArray qnimg)
divides each element by its modulus.
"black box" representation of the file storage associated with a file on disk.
Definition:
aruco.hpp:75