OpenCV
4.0.0
Open Source Computer Vision
|
#include <vector>
#include <type_traits>
#include <opencv2/gapi/gmat.hpp>
#include <opencv2/gapi/gscalar.hpp>
#include <opencv2/gapi/garray.hpp>
#include <opencv2/gapi/gcommon.hpp>
#include <opencv2/gapi/own/convert.hpp>
Namespaces | |
cv | |
"black box" representation of the file storage associated with a file on disk. | |
cv::detail | |
Typedefs | |
template<class T > | |
using | cv::detail::g_type_of_t = typename GTypeOf< T >::type |
template<typename T > | |
using | cv::detail::wrap_gapi_helper = WrapValue< typename std::decay< T >::type > |
template<typename T > | |
using | cv::detail::wrap_host_helper = WrapValue< typename std::decay< g_type_of_t< T > >::type > |
Enumerations | |
enum | cv::detail::ArgKind : int { cv::detail::ArgKind::OPAQUE, cv::detail::ArgKind::GOBJREF, cv::detail::ArgKind::GMAT, cv::detail::ArgKind::GSCALAR, cv::detail::ArgKind::GARRAY } |