30 #ifndef OPENCV_UTIL_CONVERT_H_ 31 #define OPENCV_UTIL_CONVERT_H_ 33 #include <opencv2/core/core.hpp> 39 const cv::Mat& mask = cv::Mat(),
44 void SetAlpha(cv::Mat& mat, uint8_t alpha);
47 #endif // OPENCV_UTIL_CONVERT_H_
void SetAlpha(cv::Mat &mat, uint8_t alpha)
cv::Mat ToBgra8(const cv::Mat &mat, const cv::Mat &mask=cv::Mat(), bool is_rgb=false, double a=0.0, double b=0.0)