yfukai/m2stitch

How to use m2stitch with gpu?

Opened this issue · 1 comments

I currently use the MIST algorithm in multicore mode. But I need to improve even more the time spended to stitch the images. I have to join images in a scale of 1000 images and the performance need to be as fast as possible.

I didn't get with the original implementation so I started to search for python implementations with it.
Is it possible with this project code?

Hi thanks @lucaslmrs for your interest! Unfortunately currently not, but I'm planning a new package with GPU support. I also believe it is not too difficult to update this package by rewriting numpy with cupy etc. but hasn't able to spend time on this. If you could make a PR I'm also happy to review it anytime.