imread all files in directory
How would i modify this example to allow using a asterisk * as a argument so it would process all files instead of just the one argument.
http://docs.opencv.org/2.4/doc/tutori...
For some reason it doesn't accept * as a argc==2 (even if it could it would still need some adapting of course) I was messing around with dirent but the opencv way seems a lot cleaner.
what have you tried? show us your code!