I am trying to write a simple app using OpenCV for android to load an image, process it and display that image in an ImageView. I've searched around the OpenCV forums and people suggests that the below code is a typical way of achieving this operation. I am trying to write a simple app using OpenCV