Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/sfm/extract_focal_length.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ typedef std::pair<float, FocalLengthMethod> FocalLengthEstimate;
* - The camera did not specify the focal length in EXIF
* - The lens specifies the wrong focal length due to lens incompatibility
* - The camera is not in the database and the 35mm equivalent is missing
* - The camera used digial zoom changing the effective focal length
* - The camera used digital zoom changing the effective focal length
*
* The resulting focal length is in normalized format, that is the quotient
* of the image focal length by the sensor size. E.g. a photo taken at 70mm
Expand Down