OpenCV  4.4.0
Open Source Computer Vision
Namespaces | Functions
s11n.hpp File Reference
#include <vector>
#include <opencv2/gapi/gcomputation.hpp>

Namespaces

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 cv::gapi
 Retrieves particular compilation argument by its type from cv::GCompileArgs.
 
 cv::gapi::detail
 

Functions

template<typename T >
static T cv::gapi::deserialize (const std::vector< char > &p)
 
template<>
cv::GComputation cv::gapi::deserialize (const std::vector< char > &p)
 
template<>
cv::GMetaArgs cv::gapi::deserialize (const std::vector< char > &p)
 
template<>
cv::GRunArgs cv::gapi::deserialize (const std::vector< char > &p)
 
cv::GComputation cv::gapi::detail::getGraph (const std::vector< char > &p)
 
cv::GMetaArgs cv::gapi::detail::getMetaArgs (const std::vector< char > &p)
 
cv::GRunArgs cv::gapi::detail::getRunArgs (const std::vector< char > &p)
 
std::vector< char > cv::gapi::serialize (const cv::GComputation &c)
 
std::vector< char > cv::gapi::serialize (const cv::GMetaArgs &)
 
std::vector< char > cv::gapi::serialize (const cv::GRunArgs &)