Skip to content

IPOL-Fork/ipol-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

% 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.