OpenStitching / stitching

A Python package for fast and robust Image Stitching
Apache License 2.0
1.99k stars 156 forks source link

GPU acceleration #62

Closed miaodd98 closed 1 year ago

miaodd98 commented 1 year ago

Hi! I've find this repo useful for image stitching. Is there any chance for this code to be run on a GPU for acceleration? I've found the 'try_use_gpu' attributes and changed it into True but nothing happened. Could you please help this out?

lukasalexanderweber commented 1 year ago

I'm not experienced in this, if you find out any stuff I would be glad if you let me know

DiTo97 commented 1 year ago

Hi! I've find this repo useful for image stitching. Is there any chance for this code to be run on a GPU for acceleration? I've found the 'try_use_gpu' attributes and changed it into True but nothing happened. Could you please help this out?

GPU acceleration is available only for the C++ stitching module, as OpenCV's Python bindings do not yet support acceleration.

I found a roadmap for the Python support on the OpenCV website some time ago. I will share the link if I find it again.