c++ - Person counting for a store using image processing techniques in OpenCV -
i new image processing , writing small application in need count number of people entering store. entry point fixed , there 4 camera feeds in same video same counting. can possibly use this?
i have used running average , background subtraction till , has given me parts of image involve person. how use counting? using opencv c++.
thanks!
if have @ disposal multiple video stream can calibrate system create passive stereo framework.
i've seen many work on topic one: http://www.dis.uniroma1.it/~iocchi/publications/iocchi-ie05.pdf
you can take @ question: people counting using opencv
Comments
Post a Comment