Opencv tracking object moving on live video and remove

asked 2016-08-13 21:02:34 -0600

locka gravatar image

I want remove object moving on stream live ,, with output without the object moving .

CvCapture *vCaptureFromFile("rtmp://192.168.1.11/live/input");

CvCapture *vCaptureFromFile("rtmp://192.168.1.11/live/output");

edit retag flag offensive close merge delete

Comments

btw, you must not use opencv's deprecated c-api.

berak gravatar imageberak ( 2016-08-14 00:26:11 -0600 )edit

can you try to put some more effort into your question, and describe, what you're trying to achieve ?

what have you tried so far ?

berak gravatar imageberak ( 2016-08-14 00:39:00 -0600 )edit

i want to detect and tracking logo inside video in order to remove it , the logo moving . if possible add logo.png for hide the logo when showing .

locka gravatar imagelocka ( 2016-08-14 13:33:47 -0600 )edit