OpenCV
4.5.2
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 | |
int | checkVector (const GMatDesc &in, const size_t n) |
std::vector< int > | checkVector (const GMatDesc &in) |
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) |
std::vector< std::string > | getVectorOfStrings (const std::vector< char > &p) |
template<typename... Types> | |
cv::util::optional< GCompileArg > | tryDeserializeCompArg (const std::string &tag, const std::vector< char > &sArg) |
int cv::gapi::detail::checkVector | ( | const GMatDesc & | in, |
const size_t | n | ||
) |
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.
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 | ) |
std::vector<std::string> cv::gapi::detail::getVectorOfStrings | ( | const std::vector< char > & | p | ) |
|
inline |