Imread - Image load problem ! [closed]

asked 2017-05-12 02:53:35 -0600

updated 2017-05-12 03:00:33 -0600

berak gravatar image

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 ?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-09-27 09:10:11.081230

Comments

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....

LBerger gravatar imageLBerger ( 2017-05-12 02:57:36 -0600 )edit

" 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)

berak gravatar imageberak ( 2017-05-12 02:58:37 -0600 )edit