How to equalize an image via reference points?

2 visualizaciones (últimos 30 días)
kurddi
kurddi el 7 de Abr. de 2016
Comentada: Image Analyst el 7 de Abr. de 2016
Hi there,
My problem: I've got a generated image of the a landscape (see attachment). I've compared my image to GPS-reference data for several points (>100). There is a distortion. I try to apply something to compensate this distortion.
Approaches: Imwarp seems to be the way to do it, but I'm not sure how. B = imwarp(A, tform), but how do I get my points into tform (or the displacement field)? Basically, I've got a 2d-matrix with 4 columns: x_GPS, y_GPS, X_image, Y_image. To get from these singular points to a geometrical transformation, I need to interpolate over the whole field. I guess it should be something with optical flow, but I'm not sure about how to proceed.
Any suggestions are highly appreciated.
  1 comentario
Image Analyst
Image Analyst el 7 de Abr. de 2016
Give the coordinates, and upload the image without the stars on it. Otherwise it's hard for us to try things.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Computer Vision with Simulink en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by