How to write or save sequence of images in a folder using opencv?
I am trying to like this
imwrite( "/home/administrator/Desktop/bg_sub/%d.jpg", image );
but it is storing only one image. Please tell me what should I do now
1 | initial version |
How to write or save sequence of images in a folder using opencv?
I am trying to like this
imwrite( "/home/administrator/Desktop/bg_sub/%d.jpg", image );
but it is storing only one image. Please tell me what should I do now