OpenCV  4.9.0-dev
Open Source Computer Vision
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Functions
gtyped.hpp File Reference
#include <vector>
#include <opencv2/gapi/gcomputation.hpp>
#include <opencv2/gapi/gcompiled.hpp>
#include <opencv2/gapi/gproto.hpp>
#include <opencv2/gapi/gcommon.hpp>
Include dependency graph for gtyped.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  cv::GComputationT< R(Args...)>::GCompiledT
 
class  cv::GComputationT< std::tuple< R... >(Args...)>::GCompiledT
 
class  cv::GComputationT< R(Args...)>
 
class  cv::GComputationT< std::tuple< R... >(Args...)>
 
struct  cv::detail::ProtoToMeta< cv::GArray< U > >
 
struct  cv::detail::ProtoToMeta< cv::GMat >
 
struct  cv::detail::ProtoToMeta< cv::GOpaque< U > >
 
struct  cv::detail::ProtoToMeta< cv::GScalar >
 
struct  cv::detail::ProtoToParam< cv::GArray< cv::GMat > >
 
struct  cv::detail::ProtoToParam< cv::GArray< U > >
 
struct  cv::detail::ProtoToParam< cv::GMat >
 
struct  cv::detail::ProtoToParam< cv::GOpaque< U > >
 
struct  cv::detail::ProtoToParam< cv::GScalar >
 

Namespaces

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

Typedefs

template<typename T >
using cv::detail::ProtoToMetaT = typename ProtoToMeta< T >::type
 
template<typename T >
using cv::detail::ProtoToParamT = typename ProtoToParam< T >::type
 

Functions

template<typename T >
auto cv::detail::make_default () -> decltype(T{})