|
| bool | cv::can_describe (const GMetaArg &meta, const GRunArg &arg) |
| |
| bool | cv::can_describe (const GMetaArgs &metas, const GRunArgs &args) |
| |
| GMetaArg | cv::descr_of (const GRunArg &arg) |
| |
| GMetaArgs | cv::descr_of (const GRunArgs &args) |
| |
| template<typename... Ts, int... Indexes> |
| static GProtoOutputArgs | cv::detail::getGOut_impl (const std::tuple< Ts... > &ts, detail::Seq< Indexes... >) |
| |
| template<typename... Ts> |
| GProtoInputArgs | cv::GIn (Ts &&... ts) |
| |
| template<typename... Ts> |
| GProtoOutputArgs | cv::GOut (Ts &&... ts) |
| |
| template<typename... Ts> |
| GProtoOutputArgs | cv::GOut (const std::tuple< Ts... > &ts) |
| |
| template<typename... Ts> |
| GProtoOutputArgs | cv::GOut (std::tuple< Ts... > &&ts) |
| |
| template<typename... Ts> |
| GProtoArgs | cv::detail::packArgs (Ts... args) |
| |
| GRunArg | cv::value_of (const GOrigin &origin) |
| |