Detecting abundant bag using opencv
I want to detect abundant bag in a video surveillance single camera view using opencv. I had already done some research on method and algos for same and what only , I found is :
http://www.ijser.org/paper/REAL-TIME-ABANDONED-BAG-DETECTION-USING-OPENCV.html (www.ijser.org/paper/REAL-TIME-ABANDON...)
Could you help me to find out an algorithm . Should I need to pre-store the sample of bag to be detected?
Thanks in advance
see https://github.com/SaranshKejriwal/Ab...
Your code is really helpful , Thanks
but it creates another binary image/video to show output , However i need to draw a circle on the same source video. Kindly help me.