| 152 | |
| 153 | |
| 154 | |
| 155 | === Weekly Report 5 (2014, June 20) === |
| 156 | |
| 157 | '''Week 5:''' |
| 158 | |
| 159 | WHAT I GET DONE THIS WEEK: |
| 160 | |
| 161 | As a result of a talk with mentors, I have changed the procedure I have thought for the orthorectification on a plane: instead of orthorectify on a plane using the OSSIM orthorectification class, I have thought to impose a fixed height and use it when SRTM data is not available. For this reason I have set up in the preference file a default height above ellipsoid, for use when no elevation data is present. In this way raw images are projected automatically at this height. |
| 162 | |
| 163 | |
| 164 | I have created the ortho function (ortho.cpp and ortho.h) and I have implemented it in the ossim-epipolar app that I'm designing, in order to be able to call the function easier for e.g. ortorectify more than an image per time. |
| 165 | |
| 166 | I have detailed the procedure I will implement for DSM generation. |
| 167 | |
| 168 | I have continued improving the procedure for the implementation of the Semi Global Matching algorithm: for every raw image I have computed the SGM in i and j directions both in negative and positive, so to obtain 4 Disparity Maps to compare. What I want to do is to mediate the 4 different DSMs, that it is possible to achieve from the Disparity Maps, in order to obtain a more robust result. |
| 169 | |
| 170 | I have drafted the mid-term evaluation report. |
| 171 | |
| 172 | [[BR]] |
| 173 | WHAT I PLAN ON DOING NEXT WEEK: |
| 174 | |
| 175 | To solve the problem on which I am stuck. |
| 176 | |
| 177 | To finalize the mid-term evaluation report. |
| 178 | |
| 179 | To continue working on epipolar images generation and to improve Disparity Map creation. |
| 180 | |
| 181 | To test and control implementation efficacy – discuss results with mentors. |
| 182 | |
| 183 | [[BR]] |
| 184 | SOMETHING ON WHICH I AM BLOCKED: |
| 185 | |
| 186 | I am having some issues with automatic TPs collection and orthorectification on particular imagery I am testing. |