ronitsinha / speed-detector

A Python/OpenCV car speed detector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

subtraction morphology

athulvingt opened this issue · comments

I have a doubt regarding subtraction morphology, If a person walks across the frame, does the program considered the person as moving vehicle (moving object)?
Isn't it better to use object detection tools like yolo or single-shot detector?