Ask Your Question

Pramod Soni's profile - activity

2020-05-04 05:04:40 -0600 received badge  Famous Question (source)
2018-01-25 07:57:58 -0600 received badge  Notable Question (source)
2017-06-15 14:37:15 -0600 received badge  Popular Question (source)
2016-06-23 03:15:54 -0600 commented question Appending two video data in same excel file using opencv c++

Actually, I have two videos. First, I store each pixel value of every image for the first video in excel file. Then I want to store each pixel value of every image for video in the same excel file without erasing the previous information.

Good news is that i have done it...............

2016-06-23 00:58:22 -0600 asked a question Appending two video data in same excel file using opencv c++

I want to append two different videos data like pixel values in same excel file by using OpenCV C++ in Ubuntu but unable to get it . Please tell me how can I do it?

2015-10-01 01:42:20 -0600 asked a question 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