14 #ifndef ECVL_SUPPORT_OPENCV_H_ 15 #define ECVL_SUPPORT_OPENCV_H_ 49 #endif // ECVL_SUPPORT_OPENCV_H_
ecvl::Image MatToImage(const cv::Mat &m, ColorType ctype=ColorType::none, const std::string &dst_channels="")
Convert a cv::Mat into an ecvl::Image.
ColorType
Enum class representing the ECVL supported color spaces.
cv::Mat ImageToMat(const Image &img)
Convert an ECVL Image into OpenCV Mat.
ecvl::Image MatVecToImage(const std::vector< cv::Mat > &v)
Convert a std::vector<cv::Mat> into an ecvl::Image.