Difference between revisions of "Historical:SoC2007 project Anti Ghosting"

From PanoTools.org Wiki
Jump to navigation Jump to search
m (categorized)
Line 23: Line 23:
  
 
Phase 1 - Research (2 weeks)
 
Phase 1 - Research (2 weeks)
* Week 1: research different algorithms used in current softwares and proposed in research papers. Understand  their pros and cons.
+
* Weeks 1-2:  
* Week2: design an efficient and robust algorithm and plan out the detailed schedule of the implementation and integration phases. Also design the main classes/functions that are involved in the algorithm and those that are needed to integrate.
+
** obtain several sets of sample images to use for testing later
 +
** research different algorithms used in current softwares and proposed in research papers. Understand  their pros and cons.
 +
** implement some of the techniques suggested on the papers if time allows to get a feel for any potential problems.
 +
** design an efficient and robust algorithm and plan out the details of the implementation and integration phases.  
  
 
Phase 2 - Implementation (7 weeks)
 
Phase 2 - Implementation (7 weeks)
* Weeks 3-6 implement the merging algorithm and do any unit and incremental tests involved
+
* Week 3
 +
** build test scripts for test image sets
 +
** implement the algorithm decided upon in phase 1 in MatLab
 +
** test and improve upon the algorithm
 +
* Weeks 3-6
 +
** port to a C++ library
 +
** build a simple application that merges input files to a single HDR image
 
* Weeks 7-9 time for general testing and debugging
 
* Weeks 7-9 time for general testing and debugging
  
 
Phase 3 - Integration (5 weeks)
 
Phase 3 - Integration (5 weeks)
* Weeks 10-11 integrate the algorithm with the rest of the panorama stitching process, testing as needed/possible
+
* Weeks 10 integration into hugin
* Weeks 12-13 robust testing debugging of the whole process
+
* Weeks 11-13 testing/debugging and optimization
* Week 14 optimization, documentation, etc.
+
* Week 14 documentation, etc.
  
 
==Mentors==
 
==Mentors==
  
Pablo d'Angelo, Yuval Levy
+
Pablo d'Angelo
  
 
==Students planning to apply==
 
==Students planning to apply==

Revision as of 08:03, 14 April 2007

See SoC 2007 overview for usage hints and a page list.

Goal

High Dynamic Range (HDR) Panoramas are formed by taking numerous pictures of different exposures, tone mapping them to an exposure that provides the most detail for the human eye, and stitching them into a single image. Since there are multiple base images per area in HDR imags, moving objects, such as people, result in semi-transparency, blurring, or incomplete objects. This phenomenon is called ghosting. Some commercial products support ghosting elimination, but most of them only work with small variations in the camera. The goal of this project is to devise a robust blending algorithm to eliminate ghosting in an HDR panorama.

Deliverables and Details

Schedule

The execution of the project involves 3 phases: research, implementation, and integration.

Phase 1 - Research This phase involves gaining a deeper understanding of the current challenges of anti-ghosting, taking a look at the methods used by current softwares and research papers, and devising a plan of attack.

Phase 2 - Implementation In this phase, the core funcionality of the anti-ghosting algorithm derived from phase one. This phase should take up a majority of the project timeline, and will probably encounter the most unexpected delays. At the end of the phase, the blending algorithm should be fairly robust (works on most if not all possible use cases), and should be able to produce the result within a reasonable amount of time.

Phase 3 - Integration During this phase, the algorithm will be integrated into the current HDR algorithm so it can be used by the general populace. This phase also accounts for optimization of the code and any final debugging to tie up the loose ends.

Detailed Schedule

Phase 1 - Research (2 weeks)

  • Weeks 1-2:
    • obtain several sets of sample images to use for testing later
    • research different algorithms used in current softwares and proposed in research papers. Understand their pros and cons.
    • implement some of the techniques suggested on the papers if time allows to get a feel for any potential problems.
    • design an efficient and robust algorithm and plan out the details of the implementation and integration phases.

Phase 2 - Implementation (7 weeks)

  • Week 3
    • build test scripts for test image sets
    • implement the algorithm decided upon in phase 1 in MatLab
    • test and improve upon the algorithm
  • Weeks 3-6
    • port to a C++ library
    • build a simple application that merges input files to a single HDR image
  • Weeks 7-9 time for general testing and debugging

Phase 3 - Integration (5 weeks)

  • Weeks 10 integration into hugin
  • Weeks 11-13 testing/debugging and optimization
  • Week 14 documentation, etc.

Mentors

Pablo d'Angelo

Students planning to apply

Jing Jin

Resources