Changes between Version 4 and Version 5 of GsocUnderWaterImageProcessing


Ignore:
Timestamp:
Jun 15, 2012, 8:04:18 AM (12 years ago)
Author:
rashadkm
Comment:

week #4 report

Legend:

Unmodified
Added
Removed
Modified
  • GsocUnderWaterImageProcessing

    v4 v5  
    7676 * The problem is with writing an ossimImageData to file.
    7777 * I asked ossim-list regarding this issue.
     78
     79
     80'''What did you get done this week?'''
     81 * I spend more time on building pyossim
     82 * demosaicing currently generates a python code which creates three numpy arrays (R,G,B).  [[BR]]
     83   These RGB values are used to create PIL image and renders using pyQt.
     84 * using pyossim to make simple ossim apps.
     85 * Load image using ossimImageHandler and iterate through tiles.
     86
     87''' What do you plan on doing next week?'''
     88 * I am planning for clean build of pyossim without any changes in ossim source code
     89 * If it didnt work for two days I will modify ossim source and make an pyossim lib
     90 * After that I will use pyossim to rewrite actual ossim apps.
     91 * complete ossim numpy interface for exchanging data.
     92
     93'''Are you blocked on anything?'''
     94 * I am blocked in pyossim. It doesnt build clean on current ossim source code.