OpenCV  4.10.0
Open Source Computer Vision
Loading...
Searching...
No Matches
gtyped.hpp File Reference

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{})