Skip to content
/ SIPL Public
forked from smistad/SIPL

The Simple Image Processing Library (SIPL) is a C++ library with the main goal of making it easy to go from an algorithm concept to pictures on the screen.

License

Notifications You must be signed in to change notification settings

philliihd/SIPL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Simple Image Processing Library (SIPL) is a C++ library with the main goal of making it easy to go from an algorithm concept to pictures on the screen.

Features:

  • Simple and condensed - Easy to get from an algorithm concept to pictures on the screen
  • GUI in separate thread - Display and explore images interactively while computation is still going on
  • Cross-platform - Linux, Windows and Mac(currently untested) compatible
  • Supports volume processing
  • Templated

Click here to see a short tutorial with examples and here for installation notes.

SIPL

About

The Simple Image Processing Library (SIPL) is a C++ library with the main goal of making it easy to go from an algorithm concept to pictures on the screen.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.2%
  • CMake 0.8%