Go package for computer vision using OpenCV 4 and beyond. Includes support for DNN, CUDA, OpenCV Contrib, and OpenVINO.
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
This PR adds the CUDA implementations for the
AddWeighted()
,CopyWithBorder()
,Merge()
, andTranspose()
matrix functions.