AIS visualization TASK: Difference between revisions
From wikiluntti
No edit summary |
|||
| Line 17: | Line 17: | ||
=== Homology === | === Homology === | ||
https://docs.opencv.org/4.x/d9/dab/tutorial_homography.html | |||
The simplest; | The simplest; | ||
Revision as of 12:42, 15 May 2026
Introduction
-
The map and some coordinates
-
The map shall be transformed to photo
The position of vessels on a photo.
Data acquisition
USE RTL-AIS, ship162 (https://github.com/xoolive/ship162) project and Python, with tape measure antenna.
Transform
Some ideas to generate the transformation. Full camera projection is not needed here.
Homology
https://docs.opencv.org/4.x/d9/dab/tutorial_homography.html
The simplest;
Should have some 10-50 corresponding pairs to get the mapping correct. Use least squares or SVD, but OpenCV works with RANSAC.
Non rigid spatial warp
Thin plate spline, where and