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)
What do the h31 and h32 terms in a homography matrix mean?
I have used the MOTION_HOMOGRAPHY function in OpenCV (python3.6) to register a pair of images, and I am trying to interpret the 3 x 3 warp matrix the function returns:
H =
[1.304 6.65e-2 -19.7...
T Walker
Votes: 0
Answers: 0
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
How to superimpose two images and get SSIM (similarity index) value for these two images?
I have a clean image, and a noisy image. I created a denoiser and applied it to the noisy image, that was my final output. Now to compare how much this image is close to a clean image I need to compar...
Rohit gupta
Votes: 0
Answers: 2
Image registration problem : Very bad image registration result
I am trying to perform image registration and my registration output is completely bad .
Following is my code , the images that i posses are models of wounds acquired at different camera angle, links ...
DevanDev
Votes: 0
Answers: 1