OpenCV
5.0.0alpha
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/gopaque.hpp>
#include <opencv2/gapi/gframe.hpp>
#include <opencv2/gapi/streaming/source.hpp>
#include <opencv2/gapi/media.hpp>
#include <opencv2/gapi/gcommon.hpp>
#include <opencv2/gapi/util/util.hpp>
#include <opencv2/gapi/own/convert.hpp>
Namespaces | |
namespace | cv |
namespace | cv::detail |
Typedefs | |
template<class T > | |
using | cv::detail::g_type_of_t = typename GTypeOf<T>::type |
using | cv::detail::HostCtor |
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 class | cv::detail::ArgKind : int { cv::detail::OPAQUE_VAL , cv::detail::GOBJREF , cv::detail::GMAT , cv::detail::GMATP , cv::detail::GFRAME , cv::detail::GSCALAR , cv::detail::GARRAY , cv::detail::GOPAQUE } |