Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to write or save sequence of images in a folder using opencv in ubuntu using command line argument

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