Bird eye view image points to original image points
3 ビュー (過去 30 日間)
古いコメントを表示
Sriram Jayachandran Raguraman
2020 年 2 月 7 日
編集済み: Sriram Jayachandran Raguraman
2020 年 2 月 17 日
Hello,
I'm working on a project using Matlab computer vision where I changed the original image to a Bird's eye view. After certain process I had to select certain coordinates points in bird's eye view image. Now I had to mark the same spots in original image. I do not know how to do this coordinate conversion from birdeye view to original image view.
Note : I passed camera Intrinsics, pitch and height to monocamera function and used birdEyeview function to transform original image to birdeye image.
Someone please help me convert the coordinate points found in Birdeyeview image to original image.
0 件のコメント
回答 (1 件)
Divya Gaddipati
2020 年 2 月 14 日
You can use the imageToVehicle function. The bird eye image and the required points that you want to transform should be given as inputs.
You can refer to the following link for more information:
1 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
