Is there an equivalent method to OpenCV’s hconcat() method for concatenating multiple images using Compute Unified Device Architecture (CUDA)?
Hi @ubunt2, you can use the cudaOverlay()
function from jetson.utils to achieve this: https://github.com/dusty-nv/jetson-inference/blob/master/docs/aux-image.md#overlay
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.