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
Highgui.imwrite("C://Users//name.png", resImg);
Can anyone help me out on how to store this Image in android gallery please