OpenCV
4.8.0
Open Source Computer Vision
|
#include <functional>
#include <vector>
#include <type_traits>
#include <opencv2/gapi/opencv_includes.hpp>
#include <opencv2/gapi/util/any.hpp>
#include <opencv2/gapi/util/optional.hpp>
#include <opencv2/gapi/own/exports.hpp>
#include <opencv2/gapi/own/assert.hpp>
#include <opencv2/gapi/render/render_types.hpp>
#include <opencv2/gapi/s11n/base.hpp>
Namespaces | |
cv | |
"black box" representation of the file storage associated with a file on disk. | |
cv::detail | |
cv::gapi | |
cv::gapi::s11n | |
This namespace contains G-API serialization and deserialization functions and data structures. | |
cv::gapi::s11n::detail | |
Typedefs | |
using | cv::GCompileArgs = std::vector< GCompileArg > |
using | cv::detail::GOpaqueTraitsArrayTypes = std::tuple< int, double, float, uint64_t, bool, std::string, cv::Size, cv::Scalar, cv::Point, cv::Point2f, cv::Point3f, cv::Mat, cv::Rect, cv::gapi::wip::draw::Prim > |
using | cv::detail::GOpaqueTraitsOpaqueTypes = std::tuple< int, double, float, uint64_t, bool, std::string, cv::Size, cv::Point, cv::Point2f, cv::Point3f, cv::Rect, cv::gapi::wip::draw::Prim > |
template<typename T > | |
using | cv::detail::is_compile_arg = std::is_same< GCompileArg, typename std::decay< T >::type > |
Functions | |
template<typename... Ts> | |
GCompileArgs | cv::compile_args (Ts &&... args) |
Wraps a list of arguments (a parameter pack) into a vector of compilation arguments (cv::GCompileArg). More... | |
template<typename T > | |
cv::util::optional< T > | cv::gapi::getCompileArg (const cv::GCompileArgs &args) |
Retrieves particular compilation argument by its type from cv::GCompileArgs. More... | |
cv::GCompileArgs & | cv::operator+= (cv::GCompileArgs &lhs, const cv::GCompileArgs &rhs) |