Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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/tutorials/introduction/display_image/display_image.html

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.

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/tutorials/introduction/display_image/display_image.html

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.