SINTEFMedtek / 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.

Home Page:http://www.thebigblob.com/simple-image-processing-library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

http://www.thebigblob.com/simple-image-processing-library

License:Other


Languages

Language:C++ 100.0%