Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I would like to measure height of an object from iPhone camera.If I took photo of person using this photo height of that person will get calculated.How is it possible in iPhone programming,Please give me any ideas.
Posted
Comments
Richard C Bishop 26-Mar-13 17:28pm    
As Prasad explains below, the camera would have to have lasers to measure the angles and distances and then perform trig to find the height of an object. So no, it is not possible for iPhone programming.

1 solution

Hello,

Basically you need to know the fairly accurate distance between the camera and the object and the angle to the top of object from camera lens. Then you can use simple trigonometry to compute the height. See this[^] article or this[^] or this[^] for more details.

Regards,
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900