OpenCV 4.13.0
Open Source Computer Vision
Loading...
Searching...
No Matches
gtyped.hpp File Reference
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
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{})