#include <opencv2/core/core.hpp>
Go to the source code of this file.
Namespaces | |
swri_opencv_util | |
Functions | |
cv::Mat | swri_opencv_util::blend (const cv::Mat &overlay, const cv::Mat &base, double aplha) |
cv::Mat | swri_opencv_util::blend (const cv::Mat &src1, const cv::Mat &alpha1, const cv::Mat &src2, const cv::Mat &alpha2) |
cv::Mat | swri_opencv_util::overlayColor (const cv::Mat &src, const cv::Mat &mask, const cv::Scalar &color, double alpha) |