How to equalize an image via reference points?

조회 수: 2 (최근 30일)
kurddi
kurddi 2016년 4월 7일
댓글: Image Analyst 2016년 4월 7일
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
Image Analyst
Image Analyst 2016년 4월 7일
Give the coordinates, and upload the image without the stars on it. Otherwise it's hard for us to try things.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by