![]() |
OpenCV
4.5.1
Open Source Computer Vision
|
Classes | |
struct | deserialize_runarg |
struct | try_deserialize_comparg |
struct | try_deserialize_comparg< std::tuple< T, Types... > > |
struct | try_deserialize_comparg< std::tuple<> > |
Functions | |
std::vector< int > | checkVector (const GMatDesc &in) |
int | checkVector (const GMatDesc &in, const size_t n) |
template<typename... Types> | |
cv::GCompileArgs | getCompileArgs (const std::vector< char > &p) |
cv::GComputation | getGraph (const std::vector< char > &p) |
cv::GMetaArgs | getMetaArgs (const std::vector< char > &p) |
cv::GRunArgs | getRunArgs (const std::vector< char > &p) |
template<typename RMatAdapterType > | |
cv::GRunArgs | getRunArgsWithRMats (const std::vector< char > &p) |
template<typename... Types> | |
cv::util::optional< GCompileArg > | tryDeserializeCompArg (const std::string &tag, const std::vector< char > &sArg) |
std::vector<int> cv::gapi::detail::checkVector | ( | const GMatDesc & | in | ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Checks GMatDesc fields if the passed matrix can be described as a set of points of any dimensionality.
int cv::gapi::detail::checkVector | ( | const GMatDesc & | in, |
const size_t | n | ||
) |
cv::GCompileArgs cv::gapi::detail::getCompileArgs | ( | const std::vector< char > & | p | ) |
cv::GComputation cv::gapi::detail::getGraph | ( | const std::vector< char > & | p | ) |
cv::GMetaArgs cv::gapi::detail::getMetaArgs | ( | const std::vector< char > & | p | ) |
cv::GRunArgs cv::gapi::detail::getRunArgs | ( | const std::vector< char > & | p | ) |
cv::GRunArgs cv::gapi::detail::getRunArgsWithRMats | ( | const std::vector< char > & | p | ) |
|
inline |