Feature request #2731
Show residual in georeferencer in map units (if possible)
Status: | In Progress | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | mmassing - | ||
Category: | C++ plugins/Georeferencer | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 12791 |
Description
The following patch shows the residuals in the gcp table in map units where possible and in pixels else. Because interpretation about the gcp errors is easier with map units, so the patch converts pixels->map units for linear transformation and helmert. For the other transformations, conversion to map units is not so straightforward, therefore they are kept in pixels.
History
#1 Updated by Marco Hugentobler over 14 years ago
Added improved version of the patch. The transform parameters are now shown in the status bar, fixed update of georef transformation when enabling/disabling gcps in the table, fixed pdf report layout
#2 Updated by mmassing - over 14 years ago
- Status changed from Open to In Progress
Applied in 4d46f190 (SVN r13553) - thanks, Marco.
I'll leave the ticket open for now, because I'd eventually like to add this functionality for
the higher order transform types (linearization via jacobi matrix or numerical approximation of
the derivatives), and also a config option to choose the desired units.
I think the latter is useful because reporting residuals in pixel units shows if residuals
are in the ballpark of input discretization, whereas map units are useful to better get an estimate of absolute error.
#3 Updated by Giovanni Manghi almost 13 years ago
- Target version changed from Version 1.7.0 to Version 1.7.4
#4 Updated by Giovanni Manghi over 12 years ago
- Target version changed from Version 1.7.4 to Version 2.0.0
#5 Updated by Pirmin Kalberer about 12 years ago
- Target version changed from Version 2.0.0 to Future Release - Nice to have
#6 Updated by Jürgen Fischer over 10 years ago
- Category changed from C++ Plugins to C++ plugins/Georeferencer
#7 Updated by Giovanni Manghi over 7 years ago
- Easy fix? set to No
- Pull Request or Patch supplied set to No