Load images from assets folder on android, Java?
I have a Java program with an ArrayList that consists of a bunch of filenames (e.g. "1.jpg", "2.jpg", etc). How can I loop through the ArrayList and load the image files with these names into an ArrayList of Mat objects? All of the image files are located in the /assets folder.
Did you find a solution?? i am trying to do the same thing with no results ...
I am trying too
Since I can't add my answer, I do this here.
I found kind of solution (see the link below). Maybe it will be usefull for other people
http://stackoverflow.com/questions/39066334/load-images-with-opencv-from-assets-folder-in-android (http://stackoverflow.com/questions/39...)