Ask Your Question

Bh_v3mul@'s profile - activity

2016-06-09 00:42:06 -0600 received badge  Enthusiast
2016-06-08 03:37:33 -0600 received badge  Critic (source)
2016-06-08 03:37:26 -0600 received badge  Supporter (source)
2016-06-06 02:59:06 -0600 received badge  Editor (source)
2016-06-06 02:57:46 -0600 asked a question BackgroundSubtractorMOG2 Implementation

I'am using BackgroundSubtractorMOG2 object for video analysis. I have 2 machines...in one of them iam using opencv-2.4.9 and in another machine i'am using opencv-3.1.0 for the same usage of same code of different versions. i'am getting different output on different machines....i want to wether BackgroundSubtractorMOG2 implementation has been upgraded?....thanks in advance.

2016-06-06 02:37:12 -0600 commented question Multiple VideoCapture objects

Thanks for writing ..... i found a way in solving my issue.....may be i was trying to create them in a wrong way.... if u still want to see the code i made....i will append in this forum....Bharath

2016-06-04 07:06:07 -0600 asked a question Multiple VideoCapture objects

I'am a newbie to opencv.....i have to combine 'n' videos, n is the number of the videos that have to be combined and that number is decided dynamically......i don't how to intialize n videocapture objects to read them.....please help... i have already tried to create vector of videocapture objects that didnt work....thanks in advance