I am a beginner in image processing. I have a set of survey images of a farm which I have stitched (eliminating the overlap) and the result is one single image (JPEG) of the entire farm. I want to apply different algorithms on this image for analysis. I want to apply the NDVI index on this farm image and for that I need to do raster calculations.
Can someone tell me the workflow or the steps that I will need to perform to produce a NDVI image of the farm in Android using OpenCV?
Is it possible by OpenCV? If not, what are the other ways to produce this output in Android?