简体   繁体   中英

is it possible to apply car detection on IMAGE using haar cascade method in OpenCV?

If it is possible than it will detect car once or blinking multiple time on single car i have done car detection on live feed but it is detecting car and just continue blinking so i need to use it on image. I have already Haar .xml file. Thanx in advance

Just compare the center of the detection rectangle from the previous frame to that in the current frame. If the center has not changed too much, it is likely the same object. In that case, don't count the "new" rectangle in the current frame.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM