Changes between Version 9 and Version 10 of GsocPyOssim


Ignore:
Timestamp:
Jun 10, 2011, 5:30:04 AM (13 years ago)
Author:
vipulraheja
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GsocPyOssim

    v9 v10  
    5050 * Read and understand about Python/C++ API
    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
    52  * Get an idea about {{{ oms.i }}} - the SWIG-Java wrapping interface for OSSIM, and start understanding it to 'Pythonize' it in the future.
     52 * Get an idea about {{{oms.i}}} - the SWIG-Java wrapping interface for OSSIM, and start understanding it to 'Pythonize' it in the future.
    5353
    5454[[BR]]
     
    6565'''Work to be done in Week 3'''
    6666 * Continue reading and start dive into the OSSIM SWIG interface.
     67
     68[[BR]]
     69
     70=== Week 3 Report ===
     71'''Work Done'''
     72 * Completed the reading aspect of development of SWIG skills. Including the [http://swig.org/Doc2.0/SWIGDocumentation.html#Python Python and SWIG] aspect.
     73 * Coded a Python-SWIG Interface for {{{ossimjni}}}. Compilation and testing still in progress.
     74
     75'''Problems Faced'''
     76[[BR]]
     77Some issues regarding the compilation of osssimjni-Python interface are yet to be solved.
     78
     79'''Work to be done in Week 4'''
     80[[BR]]
     81 * Learning more about which API are exposed in the SWIG-Java wrapper and start the Python porting.