-
## Bug:
Using the presective transform in all models is a mistake.
## Bug reproduction:
Take [Eltlinde_F10] for example, the image is clearly not consistent.
## Solution:
Use affine transform…
-
# User stories: coordinateTransformations
This is a collection of the example applications / user stories of coordinateTransformations from #57. These examples should be helpful for the next propos…
-
Let the domain be [[-1,0],[1,0]] and the range [[0,-1],[0,1]]. The in other words the plane rotates 90 degrees.
Let us apply TS estimator. The estimate becomes { a: 0, b: 0, x: 1, y: 0 } which mean…
-
Good morning,
Thank you for your great work.
Let's say that I need to register a slide to its reference and that I already know the affine transformation to the reference (affine transformation c…
-
Hey,
I have played around with the Vista3D model as I want to pseudolabel a few CT images from the LIDC dataset for MAISI. Unfortunately, I am encountering a problem where the segmentations look qu…
-
Thank you for this useful georeferencing tool.
Have you considered adding more general affine transformations? I recognize you are limited by QPainter but I see that QPainter::setWorldMatrix and QP…
-
Hi !
Is it possible to get the affine transformation parameters ? From what I understand, they are stored in temporary files and deleted before the register function ends, so that it's not possible…
-
Hi there, is it possible to quickly get coordinates of the target with just affine transformation?
-
I am trying out the affine() function with a simple example matrix, and I noticed something that puzzled me. It seems to add an extra row and column to the transformed matrix even if the scaling facto…
-
**User story**
**Preferred solution**
```[tasklist]
### Tasks
- [x] Scale
- [x] Translate
- [ ] Reflection
- [ ] Rotate
- [ ] Shear
```
Relevant code/resources:
- https://en.wikipe…