mirror of
https://github.com/opencv/opencv.git
synced 2025-06-28 07:23:30 +08:00
![]() G-API: A quick value-initialization support GMat #25055 This PR enables `GMat` objects to be value-initialized in the same way as it was done for `GScalar`s (and, possibly, other types). - Added some helper methods in backends to distinguish if a certain G-type value initialization is supported or not; - Added tests, including negative. Where it is needed: - Further extension of the OVCV backend (#24379 - will be refreshed soon); - Further experiments with DNN module; - Further experiments with "G-API behind UMat" sort of aggregation. In the current form, PR can be reviewed & merged (@TolyaTalamanov please have a look) ### Pull Request Readiness Checklist See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request - [x] I agree to contribute to the project under Apache 2 License. - [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV - [x] The PR is proposed to the proper branch - [ ] There is a reference to the original bug report and related work - [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [x] The feature is well documented and sample code can be built with the project CMake |
||
---|---|---|
.. | ||
garray.cpp | ||
gbackend_priv.hpp | ||
gbackend.cpp | ||
gcall_priv.hpp | ||
gcall.cpp | ||
gcommon.cpp | ||
gcomputation_priv.hpp | ||
gcomputation.cpp | ||
gframe.cpp | ||
ginfer.cpp | ||
gkernel.cpp | ||
gmat.cpp | ||
gnode_priv.hpp | ||
gnode.cpp | ||
gnode.hpp | ||
gopaque.cpp | ||
gorigin.cpp | ||
gorigin.hpp | ||
gproto_priv.hpp | ||
gproto.cpp | ||
grunarg.cpp | ||
gscalar.cpp | ||
kernels_core.cpp | ||
kernels_imgproc.cpp | ||
kernels_nnparsers.cpp | ||
kernels_ot.cpp | ||
kernels_stereo.cpp | ||
kernels_streaming.cpp | ||
kernels_video.cpp | ||
media.cpp | ||
ocv_mask_creator.hpp | ||
operators.cpp | ||
README.md | ||
render_ocv.cpp | ||
render_ocv.hpp | ||
render_priv.hpp | ||
render.cpp | ||
rmat.cpp | ||
s11n.cpp |
This directory contains implementation of G-API frontend (public API classes).