Changes between Version 8 and Version 9 of ossimTwoPoint0Wishlist


Ignore:
Timestamp:
Feb 8, 2011, 12:24:27 PM (13 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ossimTwoPoint0Wishlist

    v8 v9  
    11
    2 == ossim 2.0 wish list: ==
     2= OSSIM 2.0 Wish List: =
    33
    44In no particular order:
     
    393912) Thread safe getTile.
    4040
     41
     42== Additional Enhancement Requests from SPADAC ==
     43
     44 1. Multithreading (inc. Thread safe getTile)
     45 1. Proper handling of !Transparencies/Alpha Channel
     46 1. "Round earth" math model (distance calculations, projection math, etc)
     47 1. PROJ4 integration
     48 1. Read EPSG database directly from a database (vs custom csv files)
     49 1. Ability to use ANY raster data as elevation (jp2, img, etc)
     50 1. Tighter integration with GDAL. Currently there's a big performance hit when go through the GDAL Plugin vs Native (e.g. JP2, SID, etc)
     51 1. !Faster/More Efficient Rendering of Vector Data (currently all vectors are read into a giant array)
     52 1. Registration Engine
     53   a. Image to image registration (accuracy transfer)
     54   a. Automated Tie Point Extraction
     55 1. GPU accelerated computations and rendering
     56 1. Unit tests