![]() |
OpenCV
4.7.0-dev
Open Source Computer Vision
|
#include <opencv2/gapi/gtype_traits.hpp>
Public Types | |
using | host_type = std::vector< T > |
using | strip_type = cv::detail::VectorRef |
Static Public Member Functions | |
static cv::detail::VectorRef | wrap_in (const std::vector< T > &t) |
static cv::detail::VectorRef | wrap_out (std::vector< T > &t) |
static cv::detail::GArrayU | wrap_value (const cv::GArray< T > &t) |
Static Public Attributes | |
static constexpr const ArgKind | kind = ArgKind::GARRAY |
static constexpr const OpaqueKind | op_kind = GOpaqueTraits<T>::kind |
static constexpr const GShape | shape = GShape::GARRAY |
using cv::detail::GTypeTraits< cv::GArray< T > >::host_type = std::vector<T> |
using cv::detail::GTypeTraits< cv::GArray< T > >::strip_type = cv::detail::VectorRef |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
static |
|
static |
|
static |