Filter löschen
Filter löschen

How to distort an "image"

28 Ansichten (letzte 30 Tage)
Emmanouil Karamousadakis
Emmanouil Karamousadakis am 29 Sep. 2021
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 :(

Antworten (1)

Image Analyst
Image Analyst am 29 Sep. 2021
Not sure what you want to move where. But take a look at imwarp() and this link:
  5 Kommentare
Image Analyst
Image Analyst am 1 Okt. 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?
Emmanouil Karamousadakis
Emmanouil Karamousadakis am 1 Okt. 2021
It can't because I have to feed this data back to the 3d model of the object that is printed. And the model is.... orthogonal :) :) I am taking the temperature and trying to relate stress analysis results with the temperature I am printing. I hope that makes sense.
yes. Transformation looks like promising. I have to figure out a function that will do what I want.
I just found out the conformal mapping, I will play a bit with geometric transformations so see what I can figure out.
Thank you for your help!

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu MATLAB Support Package for IP Cameras finden Sie in Help Center und File Exchange

Produkte


Version

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by