Changes between Version 8 and Version 9 of GsocPyOssim


Ignore:
Timestamp:
Jun 3, 2011, 5:31:05 AM (13 years ago)
Author:
vipulraheja
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GsocPyOssim

    v8 v9  
    5151 * Start to read and learn about SWIG wrapping techniques and so as to understand the general python wrapping better and the problems exposed by it in context of OSSIM
    5252 * Get an idea about {{{ oms.i }}} - the SWIG-Java wrapping interface for OSSIM, and start understanding it to 'Pythonize' it in the future.
     53
     54[[BR]]
     55
     56=== Week 2 Report ===
     57'''Work Done'''
     58 * Read quite a chunk of the [http://swig.org/Doc2.0/SWIGDocumentation.html SWIG 2.0 Documentation] so as to understand the lower-level details of language wrapping techniques, specifically in context of Python and C/C++.
     59 * Read about Python embedding and extension, so as to understand how Python facilitates the addition of a new set of commands for extending it's interpreter with new modules.
     60
     61'''Problems Faced'''
     62[[BR]]
     63None as yet
     64
     65'''Work to be done in Week 3'''
     66 * Continue reading and start dive into the OSSIM SWIG interface.