Skip to content

Latest commit

 

History

History
77 lines (55 loc) · 1.81 KB

README.md

File metadata and controls

77 lines (55 loc) · 1.81 KB

% IPOL image tools.

ABOUT

OVERVIEW

This source code provides an algorithm described in the IPOL article: http://www.ipol.im/

UNIX/LINUX/MAC USER GUIDE

The code is compilable on Unix/Linux and Mac OS.

  • Compilation. Automated compilation requires the Cmake and make.

  • Dependencies. This code requires the libiio (https://github.com/zvezdochiot/libiio).

  • Image formats. Only the PNG, JPEG, and TIFF (float) formats are supported.


Usage:

  1. Download the library code and extract it. Go to that directory.
git clone https://github.com/zvezdochiot/libiio
cd libiio
  1. Compile the library (on Unix/Linux/Mac OS).
ccmake .
cmake .
make
  1. Install library
sudo make install
  1. Download the code package and extract it. Go to that directory.
git clone https://github.com/zvezdochiot/ipol-tools
cd ipol-tools
  1. Go to utils directory.

  2. Compile the source code (on Unix/Linux/Mac OS).

ccmake .
cmake .
make

To visualize tiff (float) images use PVFLIP (https://github.com/gfacciol/pvflip) or ImageJ (https://imagej.nih.gov/ij/index.html)

ABOUT THIS FILE

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.