Imread - Image load problem ! [closed]
Hello everyone !!!
I have a directory that contains some images...i need a opencv routine that allow me to select the image that i wanna load !!!!
I don't wanna use the absolute path with imread(), i need to specify the image everytime that i run the application !!!
How can i solve it ?
opencv is an image processing library. It is not a file browser system. You can use glob to select file with a mask.
Use qt mfc kde....
" that allow me to select the image that i wanna load !!!!" -- this is a bit unclear. what exactly do you mean ?
(p.s. - stop using exclamation marks.shouting won't ever help your case)