Difference between revisions of "Eyesis4Pi workflow"
From ElphelWiki
Line 18: | Line 18: | ||
* Images in a [[JP4|JP4]] format(a RAW format with a better quality than *.jpeg). | * Images in a [[JP4|JP4]] format(a RAW format with a better quality than *.jpeg). | ||
* Binary log with the IMU,GPS and Internal Timestamp records. | * Binary log with the IMU,GPS and Internal Timestamp records. | ||
+ | |||
+ | [[Eyesis4Pi_data_structure|More info...]] | ||
<!-- | <!-- | ||
Line 55: | Line 57: | ||
==Links== | ==Links== | ||
+ | * [[Eyesis4Pi_data_structure|Data Structure]] | ||
* [[Eyesis4Pi_Footage_Procedures_page|Footage Procedures]] | * [[Eyesis4Pi_Footage_Procedures_page|Footage Procedures]] | ||
* [[Eyesis4pi_Post-Processing|Post-processing in ImageJ]] | * [[Eyesis4pi_Post-Processing|Post-processing in ImageJ]] |
Revision as of 15:11, 29 August 2012
Contents
Preface
The following page describes the Eyesis4Pi camera software and post-processing procedures.
WebGUI (recording)
Eyesis4Pi GUI (PHP+JavaScript+HTML) should be installed on the laptop.
Output
- Images in a JP4 format(a RAW format with a better quality than *.jpeg).
- Binary log with the IMU,GPS and Internal Timestamp records.
Post-Processing
a) WebGUI part (PHP + JavaScript + HTML)
- Copying images before processing.
- Extracting GPS coordinates from images.
- Stitching (after ImageJ).
- Formatting/resizing the results.
b) ImageJ part (Java)
- Applying pixel mapping information
- Distortion correction
- Vignetting correction
- Color correction
- Denoising
- Sharpening
Links