[GRASS-git] [OSGeo/grass] c33bb5: i.ortho.photo (#401)
Markus Metz
noreply at github.com
Mon Mar 23 00:34:09 PDT 2020
Branch: refs/heads/master
Home: https://github.com/OSGeo/grass
Commit: c33bb5ecd4fe52f6406ae4ddffd316d80435f6fb
https://github.com/OSGeo/grass/commit/c33bb5ecd4fe52f6406ae4ddffd316d80435f6fb
Author: Markus Metz <33666869+metzm at users.noreply.github.com>
Date: 2020-03-23 (Mon, 23 Mar 2020)
Changed paths:
M gui/wxpython/image2target/ii2t_manager.py
M gui/wxpython/photo2image/ip2i_manager.py
M imagery/i.ortho.photo/i.ortho.elev/main.c
M imagery/i.ortho.photo/i.ortho.init/i.ortho.init.html
M imagery/i.ortho.photo/i.ortho.init/main.c
M imagery/i.ortho.photo/i.ortho.photo/i.ortho.photo.html
M imagery/i.ortho.photo/i.ortho.rectify/cp.c
M imagery/i.ortho.photo/i.ortho.rectify/main.c
M imagery/i.ortho.photo/i.ortho.target/main.c
M imagery/i.ortho.photo/i.ortho.transform/main.c
M imagery/i.ortho.photo/lib/orthophoto.h
M imagery/i.ortho.photo/lib/orthoref.c
Log Message:
-----------
i.ortho.photo (#401)
Add optional correction for panorama cameras, adjust for earth curvature
* i.ortho.elev
improve error messages, set mapset from target if not given
* i.ortho.photo
Omega and Phi are swapped in the description but correct in the code
* i.ortho
support panorama corrections
* i.ortho photo2image
InsertColumnInfo -> InsertColumn
* i.ortho
support orthorectification without GCPs if camera position and angles are known
* i.ortho.transform
fix for orthorectification
* i.ortho.photo
fix g.gui.image2target for wxpython 4 (phoenix)
* i.ortho.target
XY and ll locations are not supported
* i.ortho.init
explain importance of standard deviations for the improvement of the orthorectification parameters
* i.ortho.photo
lib: report number of iterations needed for the refinement of orthorectification parameters
* i.ortho.photo
refine panorama correction
add correction for earth curvature
* i.ortho.photo
I_compute_ortho_equations() must be run in the target location for earth curvature adjustments
More information about the grass-commit
mailing list