-
-
Notifications
You must be signed in to change notification settings - Fork 827
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Lens Camera Profiles (LCP) #1215
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fabiencastan
reviewed
Sep 9, 2022
demoulinv
force-pushed
the
LCPManagement
branch
2 times, most recently
from
September 13, 2022 08:12
2d0f3de
to
1a323ef
Compare
p12tic
reviewed
Sep 16, 2022
p12tic
reviewed
Sep 16, 2022
p12tic
reviewed
Sep 16, 2022
p12tic
reviewed
Sep 16, 2022
p12tic
reviewed
Sep 16, 2022
p12tic
reviewed
Sep 16, 2022
p12tic
reviewed
Sep 16, 2022
p12tic
reviewed
Sep 16, 2022
p12tic
reviewed
Sep 16, 2022
demoulinv
force-pushed
the
LCPManagement
branch
3 times, most recently
from
September 20, 2022 13:06
48644d0
to
c78ff6e
Compare
demoulinv
force-pushed
the
LCPManagement
branch
from
November 2, 2022 14:20
c78ff6e
to
bb624e0
Compare
2 tasks
demoulinv
force-pushed
the
LCPManagement
branch
from
December 14, 2022 17:49
ea3b073
to
f015f6c
Compare
mugulmd
reviewed
Dec 16, 2022
demoulinv
force-pushed
the
LCPManagement
branch
2 times, most recently
from
December 23, 2022 10:11
34f7cdb
to
6c0fc68
Compare
mugulmd
reviewed
Jan 25, 2023
mugulmd
reviewed
Jan 25, 2023
mugulmd
reviewed
Jan 25, 2023
mugulmd
reviewed
Jan 25, 2023
mugulmd
reviewed
Jan 25, 2023
mugulmd
reviewed
Jan 25, 2023
ADD LCP as initialization mode for intrinsics. Remove enableAutomaticLCPSearch parameter and code cleaning Set intrinsics using lcp info (distortion model) Parse LCP database default value True + Add Fisheye model Rename lensCorrectionProfileSearchByLensNameAndCameraMakerOnly in lensCorrectionProfileSearchIgnoreCameraModel
Bug fix: do not search in the LCP database if camera maker or lens model is missing.
Add empty filepath in the database if a LCP is not found in order to speed up next searches with the same key.
Avoid DCP warning when loading jpg images.
Add log info on DCP number
Add lensType as possible name for lensID metadata. Search "lensModel" inside "lensPrettyNameLCP" instead of checking equality. In some cases, lensPrettyNameLCP is the lensModel prefixed by the lens maker.
generateSample: Do not write distortionInitMode. Add distortionInitMode Enum in all pinhole models.
demoulinv
force-pushed
the
LCPManagement
branch
from
March 10, 2023 06:57
5e9d65c
to
4bc04ca
Compare
} | ||
|
||
/** | ||
* @brief Get the intrinsic disto initialization mode |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
distortion (instead of disto)
fabiencastan
approved these changes
Mar 13, 2023
fabiencastan
changed the title
Lcp management
Add support for Lens Camera Profiles (LCP)
Mar 13, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Add Adobe LCP file management.
Features list
Implementation remarks
alicevision/Meshroom#1771