0

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);
Pradeep
  • 1
  • 3

1 Answers1

0

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.

Community
  • 1
  • 1
Arun George
  • 18,352
  • 4
  • 28
  • 28