Compute object distance in Image
이전 댓글 표시
HI,
I would know if any Matlab function allows me to compute the planar distance of an object from the camera.
In practice I want to replicate a navigation stadimeter, I want to estimate the distance of a ship from my camera.
As input to the function I can give:
- camera matrix (intrinsic, estrinsic, field of view,...)
- ship height
The problem would be trivial if the ship was exactly in the center of the image but my goal is to estimate the ships distance even in they are not centered (i.e. the camera is moving for waves).
Thanks
댓글 수: 1
Shoaib
2020년 6월 1일
If you find a solution, please let me know as well.
답변 (1개)
KSSV
2020년 6월 1일
0 개 추천
How about imdistline ?
카테고리
도움말 센터 및 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!