Skip to content

Latest commit

 

History

History

reconstruction

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

File Description

  • Implementation is on raw Bayer images.
  • For further details regarding scripts that handles raw images, please refer to LFToolbox Documentation
Filename Description
Readme.m reconstruction: Readme file
Main.m This script aligns each image in a given burst from a scene to a reference image from the same burst of the same scene and temporally merge all images within the burst, and repeat it over different bursts over different scenes
Alignment.m This script prepares raw image for alignment
getAlign.m This script aligns each input image to the selected reference image using hierarchical tile-based alignment
getChan.m This script extracts a raw image into four seperate channels
getMerge.m This script temporally merges each image in the burst to a reference image using 2D DFT voting scheme. This script subsequently sptially filters the temporally merged image using Wiener and bilateral filtering
getMin.m This script get the minimum difference between two images and used during alignment stage
setChan.m This script creates a final combined image from each four seperate channel
colmapscript.sh This script describes the settings used in COLMAP for reconstruction