Changes between Version 12 and Version 13 of GsocUnderWaterImageProcessing


Ignore:
Timestamp:
Aug 3, 2012, 7:02:29 AM (12 years ago)
Author:
rashadkm
Comment:

week#11 report

Legend:

Unmodified
Added
Removed
Modified
  • GsocUnderWaterImageProcessing

    v12 v13  
    200200
    201201 [[BR]]
     202
     203
     204
     205=== Week 11 Report ===
     206
     207'''What did you get done this week?'''
     208
     209 * finished color correction of habcam images
     210 * loading and saving of images are doing using ossimImageHandler  [[BR]]
     211   and ossimImagewriter respectively.
     212 * ossimImageSource is converted to Imagestack's Image class for doing  [[BR]]
     213   Imagestack operations such as whitebalance,WLS,UpSample,DownSample etc.
     214
     215 * At any point it is possible to convert the ImageStack's Image Class to ossimImageSource [[BR]]
     216   using the ImagestackToOssimImageSource function. At this Point Imagestack's Image class [[BR]]
     217   is converted to ossimMemoryImageSource.
     218 * In the sample ossim-app I had used ossimTiffWriter but it is also possible to use any [[BR]]
     219   ImageWriter class such as ossimJpegWriter, ossimPngWriter. code has been tested
     220
     221
     222'''What do you plan on doing next week?'''
     223 * I will do more testing with images from habcam repository [[BR]]
     224   There are tons of Images available at habcam.whoi.edu
     225 * Start documenting the entire GSoC 2012.
     226
     227'''Are you blocked on anything?'''
     228 * Nothing
     229
     230 [[BR]]