make cuda::GpuMatND compatible with InputArray/OutputArray#23913
make cuda::GpuMatND compatible with InputArray/OutputArray#23913asmorkalov merged 2 commits intoopencv:4.xfrom
Conversation
|
I was about to start writing tests but... could not find what should be tested. |
|
Hello |
This merge just brings the ability to wrap a GpuMatND into a InputArray. |
|
I wanted to know if this is useful for this #16433 or not. |
|
@chacha21 could you add some tests for the new API? |
Sure, but as previously mentioned.. I don't really know what to test.
|
continuation of PR#19259 (opencv@ddebc2c) No new feature for cuda::GpuMatND
code was unintentionally removed
64f486c to
de93b04
Compare
make cuda::GpuMatND compatible with InputArray/OutputArray opencv#23913 continuation of [PR#19259](opencv#19259) Make cuda::GpuMatND wrappable in InputArray/OutputArray The goal for now is just wrapping, some functions are not supported (InputArray::size(), InputArray::convertTo(), InputArray::assign()...) No new feature for cuda::GpuMatND - [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 - [X] There is a reference to the original bug report and related work - [ ] There is accuracy test, performance test and test data in opencv_extra repository, if applicable Patch to opencv_extra has the same branch name. - [ ] The feature is well documented and sample code can be built with the project CMake
continuation of PR#19259
Make cuda::GpuMatND wrappable in InputArray/OutputArray
The goal for now is just wrapping, some functions are not supported (InputArray::size(), InputArray::convertTo(), InputArray::assign()...)
No new feature for cuda::GpuMatND
Patch to opencv_extra has the same branch name.