Changes between Initial Version and Version 1 of ACompletePhotogrammetricOSSIMtoolForAutomaticDSMenerationUsingMultiViewOpticalAndSARimages


Ignore:
Timestamp:
May 29, 2016, 6:40:04 AM (8 years ago)
Author:
martidi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ACompletePhotogrammetricOSSIMtoolForAutomaticDSMenerationUsingMultiViewOpticalAndSARimages

    v1 v1  
     1'''GSoC 2016 Proposal:'''
     2[[BR]]
     3[https://www.google-melange.com/gsoc/proposal/review/student/google/gsoc2015/martidi/5717271485874176]
     4
     5
     6
     7'''Project Git repository:'''
     8[[BR]]
     9[https://github.com/martidi/opencv_dsm]
     10[[BR]]
     11
     12
     13[[BR]]
     14=== Weekly Report 1 (29th May, 2016) ===
     15
     16
     17WHAT I GET DONE THIS WEEK:
     18
     19I have prepared the wiki page (http://trac.osgeo.org/ossim/wiki/GSoC_2015) and the Git repository (https://github.com/martidi/opencv_dsm) for code hosting.
     20
     21I have scrubbed the Plug In developed last year in order to facilitate the deployment of the new funcionalities that I have planned to implement.
     22
     23I have configured a new IDE for a better management of the source code (Qt Creator).
     24
     25I have worked (and I am still working) on a new version of matching for epipolar imagery generation, since I have noticed that the old one had some effectiveness problem in finding good Tie Points: I am switching from a SIFT-oriented matching to a Area Based one.
     26
     27I have deployed an images preprocessing Wallis filter (Baltsavias version) to enhance the local contrast throughout the image, while reducing the overall contrast between bright and dark areas, in order to improve the subsequent dense matching.
     28
     29
     30[[BR]]
     31WHAT I PLAN ON DOING NEXT WEEK:
     32
     33To continue working on the automatic TPs generation.
     34
     35To implement tri-stereo projection.
     36
     37To test and control implementation efficacy – discuss results with mentors.
     38
     39[[BR]]
     40SOMETHING ON WHICH I AM BLOCKED:
     41
     42At the moment I am not blocked on anything.