opencv, avoid foreground becoming a part of background -


i developing application detecting vehicles using opencv.

i using background subtraction method, backgroundsubtractormog, , findcontours method detecting vehicles. facing couple of problems in one.

1) when vehicle stops,like in signal, becomes part of background. don't want happen.

2) when there more vehicles stopping in signal closely, foreground of vehicles joined when using findcontors function.

is there way solve problem.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -