I'm trying to follow the tutorial here https://boofcv.org/index.php?title=Example_Image_Stitching to test how it works on Android.
after copying and pasting the example code I got errors saying cannot resolve symbol BufferedImage and Graphics2D. I tried googling to find the correct jar but found people were saying the jar isn't available because it is native code. then how does this example work?
Thanks