Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Displaying processed image on screen

Hello all!!

I'm working on an Android project with OpenCV library on Eclipse Platform. In this project I'm stuck at a point where I need to display the Mat image on the screen after it has been processed.

Overview: 1. Browsing an image from the phone. 2. Performing certain processing on it. 3. Saving the result image file in the same folder.

Now, after the first 2 processes I want to display the result image on the screen. I'm able to save it in the same folder but unable to display.

Please help me!!