How to remove perspective from images?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello everybody,
I'm trying to remove perspective from images in order to evaluate velocities of moving objects during a video. In particular, I have a traffic camera at one edge of a highway and I want to assess drivers velocity. As you may imagine, it's impossible to do that without removing perspective before, due to different distances travelled in every frame. (Near the camera vehicles "run more pixels", than at the end).
I calibrated the camera, so I have all cameraParameters both intrinsics and extrinsics. I have already removed lens distortion using 'undistortImage' function, so I'm wondering whether there's something similar to remove perspective so then I may have a view of the street level to evaluate velocities and trajectories properly. Here, what I made for lenses distortion:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/309299/image.png)
Could you help me to remove perspective distortion too, please?
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Support Package for USB Webcams에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!