Code Monkey home page Code Monkey logo

ipol-tools's Introduction

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

ipol-tools's People

Contributors

zvezdochiot avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.