Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Saving OpenCV images in Android

I have the Image with DrawMatches() between two Images (one from the database and the other from the user captured Image in his mobile). I need to store this Image automatically in my gallery without deletion of the prior one.

I know that on Desktop I can store using

Highhui.imwrite("C://Users//name.png", resImg);

Can anyone help me out on how to store this Image in android gallery please

Saving OpenCV images in Android

I have the Image with DrawMatches() between two Images (one from the database and the other from the user captured Image in his mobile). I need to store this Image automatically in my gallery without deletion of the prior one.

I know that on Desktop I can store using

Highhui.imwrite("C://Users//name.png", Highgui.imwrite("C://Users//name.png", resImg);

Can anyone help me out on how to store this Image in android gallery please