Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.89 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.89 KB

SimpleLabel

SimpleLabel is a image labelling tool designed to simplify the task of labelling targets (or regions of interest) on image sequences while providing simple and intuitive user interface. At the moment SimpleLabel supports only rectangular regions and uses linear interpolation to create intermediate marked regions.

Developed by Eugene Simine at York University, Toronto in Laboratory for Active and Attentive Vision (http://jtl.lassonde.yorku.ca) headed by John K. Tsotsos.

Contact:

Installation:

Windows binaries can be obtained from here.

Extract the archive and run SimpleLabel.exe. Note that it requires Microsoft Visual C++ 2010 SP1 Redistributable Package (x86) to be installed.

We do not offer pre-built Linux and Mac binaries. In case you use one of those platforms please build from source.

Development

Development is mainly done on Windows 7, MS VisualStudio 2010. Major releases are tested on Ubuntu.

Requirements

Software:

OS Support:

  • Windows (XP, Vista, 7)
  • Linux (Ubuntu 10.04)
  • OS X (in theory)

Windows:

Run win_config.bat. That will create MSVS project.

In case you get a compilation error, try the following:

  1. Open the SimpleLabel project
  2. Go to: Project->Properties->Configuration Properties->General->Target Name
  3. There will be a number appended to value, should look something like this "SimpleLabel1"
  4. Delete that number. The Target Name should have value "SimpleLabel"
  5. Click OK
  6. Compile the project

Linux:

$ qmake SimpleLabel.pro
$ make
$ ./SimpleLabel