Skip to content
Kevin Velickovic edited this page Feb 24, 2015 · 16 revisions

Overview

Elphel camera array images post processing using GNU parallel

Dependencies

elphel-parallel-processing has been tested on Ubuntu 14.04 LTS and comes with the following package dependencies:

  • enblend
  • parallel
  • imagemagick
  • realpath
  • Elphel ImageJ Plugins

Install the dependencies using the following command:

$ sudo apt-get install enblend parallel imagemagick realpath

Install Elphel ImageJ plugins by following this guide

ImageJ and Elphel plugins installation

Installation

Clone the repository using the following command:

$ git clone --recursive https://github.com/F0x06/elphel-parallel-processing.git

Cd to cloned repository

cd elphel-parallel-processing

Install elphel-parallel-processing

sudo make install

Cd into your home directory

cd ~/

Add ~/bin to your PATH environement variable

echo -e "export PATH=$(pwd)/bin:\$PATH\n$(cat ~/.bashrc)" > ~/.bashrc

Reload your .bashrc

. .bashrc

Usage

Post Processing
Stitching

Clone this wiki locally