Skip to content

A python algorithm written to detect and count birds approaching a farm

Notifications You must be signed in to change notification settings

yenusu/OpenCV-Birds-Detection-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps To Follow while understanding the Algorithm

Birds Recorgnition algorithm (Python)

import open cv

capture video from live camera

load cascade classfier (XML file)

while(TRUE) capture video frame convert frame to gray scale detect birds in gray scale image count detected birds print detected birds

Draw a green triangle around a detected bird Display the results of the frame

Release the frame capture

About

A python algorithm written to detect and count birds approaching a farm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages