Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

IPOL image tools

License

NotificationsYou must be signed in to change notification settings

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.

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/libiiocd 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-toolscd 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 copyrightnotice and this notice are preserved. This file is offered as-is,without any warranty.


[8]ページ先頭

©2009-2025 Movatter.jp