Changes between Version 14 and Version 15 of GsocPyOssim


Ignore:
Timestamp:
Jul 1, 2011, 4:07:21 AM (13 years ago)
Author:
vipulraheja
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GsocPyOssim

    v14 v15  
    116116 * Study about NumPy and PIL (Python Imaging Library) to learn the "Array passing functionality" with OSSIM and Python.
    117117 * Resume coding the SWIG-Python Interface for OSSIM.
     118
     119
     120[[BR]]
     121
     122=== Week 6 Report ===
     123'''Work Done'''
     124 * Completed reading about Python Imaging Library (PIL) to understand more about image handling using the pre-existing library Python.
     125 * Dived into some aspects of Numpy, will complete reading this week and understand about handling the 'Image Array Passing' with reference to OSSIM.
     126 * Coded the basic swig-wrapper interface classes for the OSSIM {{{imaging}}} and {{{init}}} modules. I am still working on {{{projection}}} and {{{base}}} classes and will continue doing so over the next week.
     127 * Code committed to [https://github.com/vipulraheja/ossim-svn/tree/master/src/pyossim/swig GitHub Page].
     128
     129'''Problems Faced'''
     130[[BR]]
     131 * No major blocking issues as such.
     132
     133'''Work to be done in Week 7'''
     134[[BR]]
     135 * Continue coding the {{{projection}}} and {{{base}}} module swig-wrappers.
     136 * Read about Numpy.
     137 * Draft a hierarchy for the classes wrapped for easing out future code readability, understanding and maintenance.