You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python code to track caged birds using openCV. The code first uses the backgroundsubtractorMOG to extract the bird. If the S/N is less than a threshold, it updates the position of the bird. Is not 100% accurate and needs extremely stable video.
About
Python code to track caged birds using openCV. The code first uses the backgroundsubtractorMOG to extract the bird. If the S/N is less than a threshold, it updates the position of the bird. Is not 100% accurate and needs extremely stable video.