How to measure object size from an image in real world if distance is known ?

조회 수: 72 (최근 30일)
I have a task where I have to calculate the size of an object lets say box from image taken through camera. The image resolution and distance between camera and object is known. From what I have seen and undertsand is to first calculate the intrinsic parameters of camera but for that there should be some reference image lets say checkerboard which I found in most examples, to measure the intrinsic parameters .. Based on these parameters we can calculate the object size in real world using parameters from images but I dont get it how will we measure the size of object.
Is there any other way to measure the object size from image or someone who came across the same problem.
Any help will be really appreciated!
  댓글 수: 2
darova
darova 2019년 11월 18일
Why not just scale?
Suppose you have a reference object:
  • d1 - distance to object in [m]
  • s1 - size of the object in [m]
  • p1 - size of the object ix [px]
Try this relationship:
Muhammad Rakeh Saleem
Muhammad Rakeh Saleem 2019년 11월 18일
I want to calculate thr rotation and translation matrices which i will hav to used in image projection. The end goal is to apply these transformations to images and after that stitch them together. At this point , i have camera intrisic parameters with me and I have saved them in mat file but I dont know how to input these intrinisc parameters to other images which were not calibrated, lets say a random image. and afterwards, I have to convert these points to world coordinates so that I can see the actual object size based on the image pixels..
I hope i have made my point clear. Thank you for you kind response.

댓글을 달려면 로그인하십시오.

답변 (1개)

Philippe Lebel
Philippe Lebel 2019년 11월 18일
편집: Philippe Lebel 2019년 11월 18일
here is the answer:
scroll to where there is a diagram with the lense, size of sensor and object (arround the bottom of the page.)

카테고리

Help CenterFile Exchange에서 Camera Calibration에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by