Loading...
Searching...
No Matches
color_match.hpp File Reference
#include <opencv2/core.hpp>Namespaces | |
| namespace | cv |
| "black box" representation of the file storage associated with a file on disk. | |
| namespace | cv::ximgproc |
Functions | |
| void | cv::ximgproc::colorMatchTemplate (InputArray img, InputArray templ, OutputArray result) |
| Compares a color template against overlapped color image regions. | |
| void | cv::ximgproc::createQuaternionImage (InputArray img, OutputArray qimg) |
| creates a quaternion image. | |
| void | cv::ximgproc::qconj (InputArray qimg, OutputArray qcimg) |
| calculates conjugate of a quaternion image. | |
| 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. | |
| void | cv::ximgproc::qmultiply (InputArray src1, InputArray src2, OutputArray dst) |
| Calculates the per-element quaternion product of two arrays. | |
| void | cv::ximgproc::qunitary (InputArray qimg, OutputArray qnimg) |
| divides each element by its modulus. | |
1.9.6