How to read images sequentially?
Hello, I am trying to read images from folder ("C:\Users\MAHAVIR\Documents\Visual Studio 2010\Projects\Video_Watermarking\caption"). I have written 119 images to this folder and I want to read each image one by one.
When i tried by using VideoCapture I got following error
How to solve the problem?
Are the names of the images a sequence of ascending order? (like img_00.jpg, img_01.jpg, img_02.jpg, ...) VideoCaptures reads sequences of images from folder but they have to be named in a coherent sequence.