Trying to use MultiBandBlender in Java
I'm trying to utilize MultiBandBlender, but it seems there's no Java binding available. I've tried recompiling OpenCV 4.5 with BUILD_opencv_stitching=ON, but this did not result in MultiBandBlender to be included in opencv-450.jar.
I've searched far and wide, and can't seem to figure out whether: 1. It's possible to use MultiBandBlender with Java. 2. If yes, how to achieve it.