hybridgroup / gocv

Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, OpenCV Contrib, and OpenVINO.
https://gocv.io
Other
6.73k stars 868 forks source link

cuda: add implementations for AddWeighted, CopyWithBorder, Merge and Transpose matrix functions. #1215

Closed deadprogram closed 2 months ago

deadprogram commented 2 months ago

This PR adds the CUDA implementations for the AddWeighted(), CopyWithBorder(), Merge(), and Transpose() matrix functions.