nicholaskajoh / ivy

Video-based object counting software.
MIT License
428 stars 170 forks source link

background subtractor cv2 function #1

Closed MjBordalo closed 5 years ago

MjBordalo commented 5 years ago

Ỹou might would like to check the cv2 background subtraction function cv2.createBackgroundSubtractorMOG2()

nicholaskajoh commented 5 years ago

I know about the background subtraction algorithms OpenCV has. I wanted to implement it myself in order to understand how it actually works.