OpenCV  4.5.2
Open Source Computer Vision
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>

Classes

class  cv::GComputationT< std::tuple< R... >(Args...)>::GCompiledT
 
class  cv::GComputationT< R(Args...)>::GCompiledT
 
class  cv::GComputationT< typename >
 This class is a typed wrapper over a regular GComputation. More...
 
class  cv::GComputationT< R(Args...)>
 
class  cv::GComputationT< std::tuple< R... >(Args...)>
 
struct  cv::detail::ProtoToMeta< T >
 
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< T >
 
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

 cv
 "black box" representation of the file storage associated with a file on disk.
 
 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