$darkmode
404 Not Found

404 Not Found


nginx
OpenCV 4.11.0
Open Source Computer Vision
BEGIN_CUSTOM_MATHJAX // END_CUSTOM_MATHJAX
Namespaces | Functions
color_match.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for color_match.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  cv
 
namespace  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...