OpenCV
4.5.0
Open Source Computer Vision
|
Classes | |
struct | cv::detail::CompileArgTag< cv::gapi::wip::draw::freetype_font > |
Namespaces | |
cv | |
"black box" representation of the file storage associated with a file on disk. | |
cv::detail | |
cv::gapi | |
Retrieves particular compilation argument by its type from cv::GCompileArgs. | |
cv::gapi::render | |
cv::gapi::render::ocv | |
cv::gapi::wip | |
cv::gapi::wip::draw | |
Typedefs | |
using | cv::gapi::wip::draw::GMat2 = std::tuple< cv::GMat, cv::GMat > |
using | cv::gapi::wip::draw::GMatDesc2 = std::tuple< cv::GMatDesc, cv::GMatDesc > |
Functions | |
cv::gapi::GKernelPackage | cv::gapi::render::ocv::kernels () |
Create a kernel package object containing kernels and transformations specified in variadic template argument. More... | |
void | cv::gapi::wip::draw::render (cv::Mat &bgr, const Prims &prims, cv::GCompileArgs &&args={}) |
The function renders on the input image passed drawing primitivies. More... | |
void | cv::gapi::wip::draw::render (cv::Mat &y_plane, cv::Mat &uv_plane, const Prims &prims, cv::GCompileArgs &&args={}) |
The function renders on two NV12 planes passed drawing primitivies. More... | |
GMat | cv::gapi::wip::draw::render3ch (const GMat &src, const GArray< Prim > &prims) |
Renders on 3 channels input. More... | |
GMat2 | cv::gapi::wip::draw::renderNV12 (const GMat &y, const GMat &uv, const GArray< Prim > &prims) |
Renders on two planes. More... | |