Opencv tracking object moving on live video and remove
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");
btw, you must not use opencv's deprecated c-api.
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 ?
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 .