- Notifications
You must be signed in to change notification settings - Fork0
IPOL-Fork/ipol-tools
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
% IPOL image tools.
- Author : Nicola Pierazzonicolapierazzo@gmail.com
- Author : Gabriele Facciologfacciol@gmail.com
- Copyright : (C) 2017 IPOL Image Processing On Linehttp://www.ipol.im/
- Licence : GPL v3+, see GPLv3.txt
- Based on the 2010 implementation of DCT denoising by:Guoshen Yuyu@cmap.polytechnique.fr and Guillermo Sapiroguille@umn.edu
- Latest version available at:https://github.com/zvezdochiot/ipol-tools
This source code provides an algorithm described in the IPOL article:http://www.ipol.im/
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:
- Download the library code and extract it. Go to that directory.
git clone https://github.com/zvezdochiot/libiiocd libiio
- Compile the library (on Unix/Linux/Mac OS).
ccmake .cmake .make
- Install library
sudo make install
- Download the code package and extract it. Go to that directory.
git clone https://github.com/zvezdochiot/ipol-toolscd ipol-tools
Go to utils directory.
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)
Copying and distribution of this file, with or without modification,are permitted in any medium without royalty provided the copyrightnotice and this notice are preserved. This file is offered as-is,without any warranty.