Feature request #2622
Patch to visualize residuals
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | mmassing - | ||
Category: | C++ Plugins | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 12682 |
Description
This patch adds visualisation of the residuals to QgsGCPCanvasItem (red lines). Also, it removes some members in QgsGCPCanvasItems and adds an association to QgsGeorefDataPoint instead (removes small redundancies between those two classes).
Manuel, could you review this patch?
Thanks,
Marco
History
#1 Updated by mmassing - over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Commited in 9b1e0b90 (SVN r13230).
Marco, thanks for the patch, cleanups and new features looks good :-) I just applied a minor
correction which flips the resiudals y-axis, needed due to the somewhat idiosyncratic coordinate system used for GCP transforms.