11 #include <type_traits>
12 #include <opencv2/core/core.hpp>
13 #include <opencv2/imgproc/imgproc.hpp>
14 #include <opencv2/imgproc/types_c.h>
::cv::Mat toCvMat(yarp::sig::ImageOf< T > &yarpImage)
Convert a yarp::sig::ImageOf to a cv::Mat object.
yarp::sig::ImageOf< T > fromCvMat(::cv::Mat &cvImage)
Convert a cv::Mat to a yarp::sig::ImageOf object.
The main, catch-all namespace for YARP.