|
template<typename Net , typename... Args> |
Net::Result | cv::gapi::infer (Args &&... args) |
| 根据输入数据计算给定网络(模板参数)的响应。
|
|
template<typename T = Generic> |
cv::GInferListOutputs | cv::gapi::infer (const std::string &tag, const cv::GArray< cv::Rect > &rois, const cv::GInferInputs &inputs) |
| 针对源图像中的每个区域计算给定网络的响应。
|
|
template<typename T = Generic> |
cv::GInferOutputs | cv::gapi::infer (const std::string &tag, const cv::GInferInputs &inputs) |
| 计算通用网络的响应。
|
|
template<typename T = Generic> |
cv::GInferOutputs | cv::gapi::infer(std::string &tag,cv::GOpaque<cv::Rect> &roi, cv::GInferInputs &inputs) |
| 计算指定源图像区域的通用网络响应。目前仅适用于单输入网络。
|
|
template<typename Net , typename... Args> |
Net::ResultL | cv::gapi::infer(cv::GArray<cv::Rect> roi, Args &&...) |
| 计算源图像中每个区域的指定网络(模板参数)响应。
|
|
template<type name="Net", type name="T"> |
Net::Result | cv::gapi::infer(cv::GOpaque<cv::Rect> roi, T in) |
| 计算指定源图像区域的指定网络(模板参数)响应。目前仅适用于单输入网络。
|
|
template<type name="T" = Generic, type name="Input"> |
std::enable_if<cv::detail::accepted_infer_types<Input>::value, cv::GInferListOutputs>::type | cv::gapi::infer2(std::string &tag, Input &in, cv::GInferListInputs &inputs) |
| 计算源图像中每个区域的指定网络响应,扩展版。
|
|
template<type name="Net", type name="T", type name="Args"...> |
Net::ResultL | cv::gapi::infer2(T image, cv::GArray<Args>... args) |
| 计算源图像中每个区域的指定网络(模板参数)响应,扩展版。
|
|
template<type name="InferType"> |
InferROITraits<InferType>::outType | cv::detail::inferGenericROI(std::string &tag, typename InferROITraits<InferType>::inType &in, cv::GInferInputs &inputs) |
|
template<type name="InferT"> |
std::shared_ptr<cv::GCall> | cv::detail::makeCall(std::string &tag, std::vector<cv::GArg> &&args, std::vector<std::string> &&names, cv::GKinds &&kinds) |
|
template<type name="Args"...> |
cv::gapi::GNetPackage | cv::gapi::networks(Args &&... args) |
|
cv::gapi::GNetPackage & | cv::gapi::operator+= (cv::gapi::GNetPackage &lhs, const cv::gapi::GNetPackage &rhs) |
|
模板<typename T > |
gapi::GNetParam | cv::detail::strip (T &&t) |
|
void | cv::detail::unpackBlobs (const cv::GInferInputs::Map &blobs, std::vector< cv::GArg > &args, std::vector< std::string > &names, cv::GKinds &kinds) |
|