Skip to content

FKSJDSCZ/PixelAnnotationTool

 
 

Repository files navigation

PixelAnnotationTool

Software that allows you to manually and quickly annotate images in directories. The method is pseudo manual because it uses the algorithm watershed marked of OpenCV. The general idea is to manually provide the marker with brushes and then to launch the algorithm. If at first pass the segmentation needs to be corrected, the user can refine the markers by drawing new ones on the erroneous areas (as shown on video below).

Example :

Little example from an user (tenjumh) of PixelAnnotationTools : https://www.youtube.com/watch?v=tX-xcg5wY4U


Building Dependencies :

  • Qt >= 6.x
  • CMake >= 2.8.x
  • OpenCV >= 2.4.x
  • For Windows Compiler : Works under Visual Studio >= 2015

License :

GNU Lesser General Public License v3.0

Permissions of this copyleft license are conditioned on making available complete source code of licensed works and modifications under the same license or the GNU GPLv3. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work through interfaces provided by the licensed work may be distributed under different terms and without source code for the larger work.

more

Citation :

  @MISC{Breheret:2017,
    author = {Amaury Br{\'e}h{\'e}ret},
    title = {{Pixel Annotation Tool}},
    howpublished = "\url{https://github.com/abreheret/PixelAnnotationTool}",
    year = {2017},
  }

About

Annotate quickly images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 90.9%
  • CMake 5.1%
  • C 4.0%