How to distort an "image"
24 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Hello, I have a .tiff file, with thousands of frames with data from a thermal camera, I managed to get the frames with Tiff function and I can do most of the image processing. I can display the data with imagesc and see a very reasonable result on my screen.
What I am stuck with, is on how to remove a slight distortion. I would like to avoid taking pictures of checkerboard. The cameras are stationary and detect the temps of the bead of a 3d printer. As you can see the distortion is minimal, is there a way correct this manually?
I am willing to play with the manual settings of the estimateCameraParametres I cannot figure out the process. What makes it worse is that the imshow shows an empty white canvas (vs the imagesc, which shows the attached screenshot)
Any ideas on how to proceed? I cannot even read the .tiff file with imread/show to start experimenting :(
0 Commenti
Risposte (1)
Image Analyst
il 29 Set 2021
Not sure what you want to move where. But take a look at imwarp() and this link:
5 Commenti
Image Analyst
il 1 Ott 2021
Not sure that's an answer. Why can't the other software take it as-is? You basicly said "it needs to be straight because it needs to be."
Did you try the link I sent you?
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!