OpenCV  4.1.0
Open Source Computer Vision
Namespaces | Functions
convert.hpp File Reference
#include <opencv2/gapi/opencv_includes.hpp>
#include <opencv2/gapi/own/types.hpp>
#include <opencv2/gapi/own/mat.hpp>
#include "opencv2/gapi/own/scalar.hpp"

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::gapi
 
 cv::gapi::own
 

Functions

cv::Mat cv::gapi::own::to_ocv (Mat const &m)
 
cv::Mat cv::gapi::own::to_ocv (Mat &&)=delete
 
cv::Scalar cv::gapi::own::to_ocv (const Scalar &s)
 
cv::Size cv::gapi::own::to_ocv (const Size &s)
 
cv::Rect cv::gapi::own::to_ocv (const Rect &r)
 
cv::gapi::own::Mat cv::to_own (Mat const &m)
 
cv::gapi::own::Mat cv::to_own (Mat &&)=delete
 
cv::gapi::own::Scalar cv::to_own (const cv::Scalar &s)
 
cv::gapi::own::Size cv::to_own (const Size &s)
 
cv::gapi::own::Rect cv::to_own (const Rect &r)