Hi,
I am currently working with image stitching on OpenCV 4.3.3. Basically, I have adapted the image stitching API provided by OpenCV to my own needs.
However, I came across the problem that the CUDA MultiBand Blender implementation was deactivated since CUDA 8. As I am trying to make a live stitcher, execution time in this part is critical to me.
I did some research and found that VRWorks has a Multiband Blending implementation (https://developer.nvidia.com/vrworks/vrworks-360video/Multiband-Blending). But I still cannot figure out how could I make use of this implementation. Any lead would be greatly appreciated.
Thanks in advance.
Regards