OpenCV  5.0.0-pre
Open Source Computer Vision
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
cv::detail::accepted_infer_types< T > Struct Template Reference

#include <opencv2/gapi/infer.hpp>

Collaboration diagram for cv::detail::accepted_infer_types< T >:

Static Public Attributes

static constexpr const auto value
 

Member Data Documentation

◆ value

template<typename T >
constexpr const auto cv::detail::accepted_infer_types< T >::value
staticconstexpr
Initial value:
=
std::is_same<typename std::decay<T>::type, cv::GMat>::value
|| std::is_same<typename std::decay<T>::type, cv::GFrame>::value
GFrame class represents an image or media frame in the graph.
Definition gframe.hpp:61
GMat class represents image or tensor data in the graph.
Definition gmat.hpp:68
static constexpr const auto value
Definition infer.hpp:35

The documentation for this struct was generated from the following file: