$darkmode
OpenCV 4.12.0
Open Source Computer Vision
Namespaces | Functions
channel.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for channel.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 cv
 
 cv::fastcv
 

Functions

void cv::fastcv::merge (InputArrayOfArrays mv, OutputArray dst)
 Creates one multi-channel mat out of several single-channel CV_8U mats. Optimized for Qualcomm's processors. More...
 
void cv::fastcv::split (InputArray src, OutputArrayOfArrays mv)
 Splits an CV_8U multi-channel mat into several CV_8UC1 mats Optimized for Qualcomm's processors. More...