How to equalize an image via reference points?
조회 수: 2 (최근 30일)
이전 댓글 표시
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
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 Center 및 File Exchange에서 Computer Vision with Simulink에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!