I need to process many images from a certain folder with my opencv algorithm, but i don't know how. The steps would need to be like this:
- Read and process the first image;
- After processing it, take this image off this folder and put it into a "processed images" folder. The results would be saved in another folder. Each image would have to have a name like "img001, img002" and so on.
- Repeat everything until the main folder is empty.