Skip to content
Snippets Groups Projects
Commit ff18f57b authored by d.kilic's avatar d.kilic
Browse files

moving the "Coordinate System" box out of control into its own cpp/h/ui file

- that means moving the widget and all its signal/slot connections
- Create new interface `WorldImageCorrespondence` for all calculations between image/pixel coords and world coords (dispatches to `ExtrCalibration` when 3D, else uses old 2D coord sys)
- Moves the methods for wold image correspondence from the `ImageItem` to the newly created `CoordinateSystemBox`
- During this change: Make the 2D coord system not depend on `mapToItem`; its now using normal affine transformations (`QTransform`) instead, which incidentally should make #383 easier
- `imageSizeChanged` is now a slot of `Control`, such that `ImageItem` can call it without having a reference to `Control` by sending a signal (Following that: image item is now now directly depending on control anymore)
- Some include clean-up
parent 802f6c0d
No related branches found
No related tags found
1 merge request!284Gray out calib 4
Showing
with 1489 additions and 917 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment