star-camera

Camera models
git clone git://git.meso-star.fr/star-camera.git
Log | Files | Refs | README | LICENSE

commit 8cca97983601296a007b151131168ea2e9e66563
parent 519540793f7d3cdee0225528dc0a69106f7993da
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 21 Mar 2022 12:02:29 +0100

Fix a comment

Diffstat:
Msrc/scam.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/scam.h b/src/scam.h @@ -82,7 +82,7 @@ struct scam_perspective_args { double aspect_ratio; /* Image plane aspect ratio (width / height) */ double lens_radius; /* Radius of 0 <=> pinhole */ - /* Vertical field of view in radians. Used when lens_radius == 0 */ + /* Vertical field of view in radians. It indirectly defined the focal length*/ double field_of_view; /* Distance to focus on. Used when lens_radius != 0. Note that the focal