OpenCV  4.0.0
Open Source Computer Vision
Namespaces | Functions
color_match.hpp File Reference
#include <opencv2/core.hpp>

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::ximgproc
 

Functions

void cv::ximgproc::colorMatchTemplate (InputArray img, InputArray templ, OutputArray result)
 Compares a color template against overlapped color image regions. More...
 
void cv::ximgproc::createQuaternionImage (InputArray img, OutputArray qimg)
 creates a quaternion image. More...
 
void cv::ximgproc::qconj (InputArray qimg, OutputArray qcimg)
 calculates conjugate of a quaternion image. More...
 
void cv::ximgproc::qdft (InputArray img, OutputArray qimg, int flags, bool sideLeft)
 Performs a forward or inverse Discrete quaternion Fourier transform of a 2D quaternion array. More...
 
void cv::ximgproc::qmultiply (InputArray src1, InputArray src2, OutputArray dst)
 Calculates the per-element quaternion product of two arrays. More...
 
void cv::ximgproc::qunitary (InputArray qimg, OutputArray qnimg)
 divides each element by its modulus. More...