![]() |
|
#include "image.h"
Go to the source code of this file.
Namespaces | |
ecvl | |
Functions | |
ecvl::Image | ecvl::MatToImage (const cv::Mat &m, ColorType ctype=ColorType::none) |
Convert a cv::Mat into an ecvl::Image. More... | |
ecvl::Image | ecvl::MatVecToImage (const std::vector< cv::Mat > &v) |
Convert a std::vector<cv::Mat> into an ecvl::Image. More... | |
cv::Mat | ecvl::ImageToMat (const Image &img) |
Convert an ECVL Image into OpenCV Mat. More... | |