~ubuntu-branches/ubuntu/vivid/grass/vivid-proposed

« back to all changes in this revision

Viewing changes to imagery/i.ortho.photo/lib/TODO

  • Committer: Package Import Robot
  • Author(s): Bas Couwenberg
  • Date: 2015-02-20 23:12:08 UTC
  • mfrom: (8.2.6 experimental)
  • Revision ID: package-import@ubuntu.com-20150220231208-1u6qvqm84v430b10
Tags: 7.0.0-1~exp1
* New upstream release.
* Update python-ctypes-ternary.patch to use if/else instead of and/or.
* Drop check4dev patch, rely on upstream check.
* Add build dependency on libpq-dev to grass-dev for libpq-fe.h.
* Drop patches applied upstream, refresh remaining patches.
* Update symlinks for images switched from jpg to png.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*** TODO: make non-interactive and merge with main imagery library ***/
 
2
 
 
3
Markus wrote on the grass-dev ML,  
 
4
Date: 2008-10-22
 
5
Subject: Re: Re: i.ortho.photo
 
6
 
 
7
>From grass64/TODO:
 
8
 
 
9
- merge of image libraries:
 
10
  A)
 
11
    - lib/imagery/: standard lib, in use (i.* except for i.points3, i.rectify3)
 
12
    - imagery/i.ortho.photo/libes/: standard lib, in use (i.ortho.photo, photo.*)
 
13
  B)
 
14
    - lib/image3/: never finished improvement which integrated the standard lib and
 
15
                   the ortho lib. Seems to provide also ortho rectification for
 
16
                   satellite data (i.points3, i.rectify3)
 
17
 
 
18
Possibly a lot is already done in lib/image3/ ?
 
19
 
 
20
- See
 
21
  http://grasswiki.osgeo.org/wiki/Image_processing#Ideas_collection_for_improving_GRASS.27_Image_processing_capabilities
 
22
- image modules:
 
23
    - merge of i.rectify and i.rectify3
 
24
    - addition of new resampling algorithms such as bilinear, cubic convolution
 
25
      (take from r.proj?)
 
26
    - add other warping methods (maybe thin splines from GDAL?)
 
27
    - implement/finish linewise ortho-rectification of satellite data
 
28
    - Add support for > 8bit colors (only 0-255 supported currently)
 
29
 
 
30
-----------------
 
31
See also
 
32
 
 
33
http://trac.osgeo.org/grass/wiki/Grass7Planning