Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
カメラと被写体の距離を知っている
使用するカメラの種類を知っている
写真のピクセル単位の幅を知っています
オブジェクトの実際の幅を把握できますか?
カメラの角度を取得する必要があります。たとえば、iphone 5s は縦 61.4、横 48.0 です。アルファと呼んでください。
次に、次の方法でオブジェクトの幅を計算します。
viewWidth = 距離 * tan(アルファ / 2) * 2;
objWidth = viewWidth * (imageWidth / screenWidth)