14 #ifndef ECVL_SUPPORT_OPENCV_H_ 15 #define ECVL_SUPPORT_OPENCV_H_ 48 #endif // ECVL_SUPPORT_OPENCV_H_
ColorType
Enum class representing the ECVL supported color spaces.
ecvl::Image MatToImage(const cv::Mat &m, ColorType ctype=ColorType::none)
Convert a cv::Mat into an ecvl::Image.
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.