Skip to content

TsotsosLab/SimpleLabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple and light program for semi automatic labeling of regions of interest on images or image sequences.

Resources

License

Stars

Watchers

Forks

Packages

No packages published