Giter Club home page Giter Club logo

thermaltracker's Introduction

ThermalTracker

Welcome to ThermalTracker!

ThermalTracker tracks birds and bats in thermal video. It will process video in any standard format that was recorded with a thermal video camera1. The output is images of the flight tracks of birds and bats in PNG format, and a comma-separated value (CSV) file listing the details of the extracted flight tracks. For algorithm details see Matzner, Cullinan and Duberstein 2015.

1The video must be grayscale (not false color) with the hottest temperature as white.

Build Instructions

The source code is organized into a library with a command line interface and a graphical user interface (GUI). The GUI is based on Qt and is licensed under a GPL-style license because that's what Qt requires. The library and command line interface is licensed under a BSD-style license that's more flexible.

Requirements:

  • CMake 3.0 or greater
  • OpenCV 2.4
  • Boost
  • Qt5

On MacOS and Linux:

  1. Create a build directory and cd into it.

  2. cmake -DQT_VERSION_DIR=<path to Qt5 install dir> <path to ThermalTracker src directory>

  3. make

On Windows:

  1. Install MSYS

  2. Install cmake

  3. Install Qt. Be sure to enable the MinGW install option.

  4. Install openCV

  5. Install boost using these commands at the Windows Command Prompt:

  • bootstrap mingw
  • b2 toolset=gcc --build-type=complete stage
  1. Build ThermalTracker in MSYS:
  • Create a build directory and cd into it.
  • cmake -G"MSYS Makefiles" -DCMAKE_PREFIX_PATH=<full path to Qt root> \ -DQT_VERSION_DIR=<full path to Qt root> -DBOOST_ROOT=<full path to boost lib dir> \ -DOpenCV_DIR=<full path to compiled opencv root> ..
  • make

Getting Started

After following the build instructions above, the executable files for the command line interface will be in the tracker subdirectory of the build directory and the GUI executable will be in the gui subdirectory.

For examples of using the command line interface, see the shell scripts in the scripts directory. Run the command line executables with --help to display a help message.

For the GUI, start the application and select Help from the menu.

Enjoy!

thermaltracker's People

Contributors

sharimatz avatar

Stargazers

Michael D Whitby avatar mikey_t avatar Matt Stelmach avatar albert avatar  avatar

Watchers

James Cloos avatar Nathan Baker avatar  avatar Matt Stelmach avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.