Selecting control points for inverse perspective mapping (using fitgeotrans)
4 次查看(过去 30 天)
显示 更早的评论
Hello everyone,
I'm starting out with image processing and I have an image from camera and need to change it to bird's eye view using fitgeotrans function. Given that I only have one image, how do I find out the moving and fixed points? I was also unable to understand the concept of these control points based on the matlab documentation using the rotated checkerboard image. I hope someone can help me to understand generally understand the concept or offer me help with my specific problem, which is determining control points for bird's eye view transformation. An example of the canera image is attached below.
3 个评论
采纳的回答
Matt J
2021-12-25
Given that I only have one image, how do I find out the moving and fixed points?
So, notice that you no longer have only 1 image. You have the photograph and you have the conceptual drawing of the bird's eye view that you provided in a later comment. You just need to pick corresponding points from both, perhaps the 4 corners of the road or the road markings.
In any case, a perspective mapping will not work since straightness of lines is not preserved (the lane markings are curved in your first image but not the second). Perhaps the polynomial transformType could be attempted.
2 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Processing and Computer Vision 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!