Changes between Version 3 and Version 4 of OSSIMtoolForDSMgenerationFromTristereoAndSARimagery
- Timestamp:
- 06/01/15 01:43:06 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OSSIMtoolForDSMgenerationFromTristereoAndSARimagery
v3 v4 13 13 [[BR]] 14 14 === Weekly Report 1 (2015, May 31) === 15 '''Bonding period:'''16 {{{#!comment17 I have configured and built OSSIM in Ubuntu 12.04 OS and tried to built it also in Mac OS.18 15 19 I have configured, compiled and installed the OpenCV library.20 21 In accordance with mentors, I have decided the programming language.22 23 I have read the documentation and I have begun to familiarize with some OSSIM plugins.24 25 26 '''Week 1:'''27 16 28 17 WHAT I GET DONE THIS WEEK: … … 30 19 I have prepared the wiki page (http://trac.osgeo.org/ossim/wiki/GSoC_2015) and the Git repository (https://github.com/martidi/OSSIM-GSoC-2014.git) for code hosting. 31 20 32 I have begun to setting up the ossim preferences file, in particular for the ossimopencv_plugin loading.21 I have scrubbed the Plug In developed last year in order to facilitate the deployment of the new funcionalities that I have planned to implement. 33 22 34 In accordance with mentors I have begun to see how OSSIM Geocell and the OpenCV library can integrate: I have compiled and installed the ossimopencv_plugin and loaded it in the OSSIM core library in order to analyze how OpenCV is so far used for automatic Tie Points extraction.35 23 36 I have begun to analyze the ossimRpcModel class. 24 37 25 38 26 [[BR]] … … 49 37 50 38 I have had some problems with satellite imagery loading: it seems that there are some issues for some particular images (e.g. images taken from IKONOS2 and Geoeye) with the ossimRpcModel class; as mentors pointed out this is probably due for some settings in the preferences file. 51 }}}