Changes between Version 27 and Version 28 of OSSIMtoolForDSMgenerationFromTristereoAndSARimagery


Ignore:
Timestamp:
Jul 6, 2015, 6:07:58 AM (9 years ago)
Author:
martidi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OSSIMtoolForDSMgenerationFromTristereoAndSARimagery

    v27 v28  
    154154I have begun to write the midterm evaluation.
    155155
    156 I have tested the tri-stereo Plug-in with Trento Pléiades imagery and Hong Kong ZY3-1 free imagery: hereafter it is possible to see some results of the workflow implemented so far for the Hong Kong dataset .
     156I have tested the tri-stereo Plug-in with Trento Pléiades imagery and Hong Kong ZY3-1 free imagery: hereafter it is possible to see some results of the workflow implemented so far for the Hong Kong dataset.
    157157
    1581581) Wallis filtering for the nadiral, forward and backward images, to let SGBM algorithm be more efficient.
     
    202202At the moment I have some issues in finding the proper epipolar model, but I am pretty confident to being able to find soon a suitable solution.
    203203
     204
     205
     206[[BR]]
     207=== Weekly Report 6 (2015, July 05) ===
     208
     209
     210WHAT I GET DONE THIS WEEK:
     211
     212I have finalized the midterm evaluation.
     213
     214I have begun to implement disparity map fusion: starting from two disparity maps (obtained from the 3 images processed) I would like to obtain a single disparity map resulting from a clever fusion of the two previous maps. I thought to get the mean disparity value from the two maps for each (i,j) position if the difference between the two maps is under a threshold, otherwise, if the difference is higher, I get the value closest to the reference DSM used for the initial projection, moreover where there is a no data value I get the other disparity map result. 
     215
     216Following advice from mentors and community, in order to improve automatic TPs identification enabling a more homogeneous points detection, I have implemented a new OpenCV class able to find detectors for a source image divided into a grid and able to detect points in each cell. As you can see from the image below, results seems enough satisfying.
     217
     218I'm trying to solve the epipolar issue.
     219
     220[[BR]]
     221WHAT I PLAN ON DOING NEXT WEEK:
     222
     223To solve the problems on which I am stuck.
     224
     225To continue implementing disparity map fusion and filtering.
     226
     227To test and control implementation efficacy – discuss results with mentors.
     228
     229[[BR]]
     230SOMETHING ON WHICH I AM BLOCKED:
     231
     232---
     233