| 85 | |
| 86 | |
| 87 | === Weekly Report 3 (2014, June 06) === |
| 88 | |
| 89 | '''Week 3:''' |
| 90 | |
| 91 | WHAT I GET DONE THIS WEEK: |
| 92 | |
| 93 | As a result of a discussion with mentors I have discarded the ossim-orthoigen tool as a reference for my ossim-epipolar app and turned towards ossim-chipper, a newer and clearer one. |
| 94 | |
| 95 | I have begun to write the ossim-epipolar app editing the ossimSrtmSupportData class, in order to compute the median height and the standard deviation of SRTM values, parameters that are required for the automatic generation of the quasi-epipolar images. |
| 96 | |
| 97 | I have upload the drafted ossim-epipolar app and the related code modified (ossimSrtmSupportData) on the repository (https://github.com/martidi/OSSIM-GSoC-2014). |
| 98 | |
| 99 | [[BR]] |
| 100 | WHAT I PLAN ON DOING NEXT WEEK: |
| 101 | |
| 102 | To solve the problem on which I am stuck. |
| 103 | |
| 104 | To continue working on epipolar images generation |
| 105 | |
| 106 | To assess the automatic Tie Points identification. |
| 107 | |
| 108 | To begin the implementation of the OpenCV SIFT procedure for automatic TPs generation |
| 109 | |
| 110 | To test and control implementation efficacy – discuss results with mentors. |
| 111 | |
| 112 | [[BR]] |
| 113 | SOMETHING ON WHICH I AM BLOCKED: |
| 114 | |
| 115 | I'm trying to use an ASCII DEM file as input for the elevation data, but I have had some issues with it. |