Skip to content

emmanuel-contreras/chimney_swifts_counter

Repository files navigation

CHIMNEY SWIFT COUNTER

It's pretty fascinating to watch the chimney swifts hang around the chimney before entering it. I made this simple script to estimate number of swifts flying within an mp4 video. It tries to exclude any buildings and large objects before computing the number of swifts.

Note: this could be optimized as the function threashold_otsu takes a long time to compute optimal forward vs background threshold for a 1080p image.


Dependencies

  • numpy
  • tifffile
  • skimage
  • imageio
  • matplotlib

Last frame in movie last frame


Last Frame segmentation last frame mask


Estimated number of swifts over the movie

single_video_frame


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages