I have found some basic working examples on stitching via OpenCV for panoramic images. I have also found some useful documentation in the API docs, but I can\'t find out how to
Consider enabling the use of GPU in the Opencv Stitcher:
bool try_use_gpu = true; Stitcher myStitcher = Stitcher::createDefault(try_use_gpu); Stitcher::Status status = myStitcher.stitch(Imgs, pano);