The way i trying to do is this, But i want to set the image to steve.jpg
BufferedImage image = null ;
IplImage originalImage = IplImage.createFrom(image);
You may like to go through this post... BufferedImage in Android which explains why you can't use a BufferedImage in Android.
Hope this helps.