python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to factor the ITK CenterOfRotationPoint in an affine transformation matrix?
We are using the registration algorithm of ITK but we only want the affine transformation matrix and not directly apply the registration.
In a previous issues we already solved a misunderstanding rega...
Spenhouet
Votes: 0
Answers: 2
Padding scipy affine_transform output to show non-overlapping regions of transformed images
I have source (src) image(s) I wish to align to a destination (dst) image using an Affine Transformation whilst retaining the full extent of both images during alignment (even the non-overlapping area...
Jdog
Votes: 0
Answers: 3
How to get transformation affine from ITK registration?
Given 3D MRI scans A, B, and C I want to perform an affine (co)registration of B onto A, take the transformation affine matrix of the registration and apply it on C.
My problem is that the affine matr...
Spenhouet
Votes: 0
Answers: 2
Image shearing OpenCV CPP
I'm trying to use cv::warpAffine to perform image transformations, but I have an issue.
Note: I already saw questions/46998895 and it works well too, but with no interpolation and I wanted to use affi...
Pommepomme
Votes: 0
Answers: 0