Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 777 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 777 Bytes

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