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.