opencv2/fastcv/channel.hpp#
#include <opencv2/core.hpp>
Include dependency graph for channel.hpp:
This graph shows which files directly or indirectly include channel.hpp:
Namespaces#
namespace cv
namespace 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.
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.