OpenCV
4.1.0
Open Source Computer Vision
|
#include <opencv2/gapi/cpu/gcpukernel.hpp>
Public Member Functions | |
template<typename T > | |
const T & | inArg (int input) |
const cv::gapi::own::Mat & | inMat (int input) |
const cv::gapi::own::Scalar & | inVal (int input) |
cv::gapi::own::Mat & | outMatR (int output) |
cv::gapi::own::Scalar & | outValR (int output) |
template<typename T > | |
std::vector< T > & | outVecR (int output) |
Protected Member Functions | |
detail::VectorRef & | outVecRef (int output) |
Protected Attributes | |
std::vector< GArg > | m_args |
std::unordered_map < std::size_t, GRunArgP > | m_results |
Friends | |
class | gimpl::GCPUExecutable |
|
inline |
const cv::gapi::own::Mat& cv::GCPUContext::inMat | ( | int | input | ) |
const cv::gapi::own::Scalar& cv::GCPUContext::inVal | ( | int | input | ) |
cv::gapi::own::Mat& cv::GCPUContext::outMatR | ( | int | output | ) |
cv::gapi::own::Scalar& cv::GCPUContext::outValR | ( | int | output | ) |
|
inline |
|
protected |
|
friend |
|
protected |
|
protected |