Add global minimization of the lens parameters over all input images#1
Open
Add global minimization of the lens parameters over all input images#1
Conversation
added 2 commits
July 6, 2016 17:50
We apply the standard algorithm on all images and then apply a minimization over all lines of all images. We initialize the minimization with the distortion found on the best image (the image with the smallest error).
Estimate the best lens distortion model with a score based on a given number of lines for the images dataset.
| * 'angle_point_orientation_max_difference': maximum difference (in degrees) of the point orientation angle and the line angle | ||
| * 'type_of_lens_distortion_model' : type of the lens distortion model for the correction of the distortion (pol or div) | ||
| * 'center_optimization' : optimization of the center of the lens distortion model (True or False) | ||
| * 'max_lines' : int value for the maximal number of lines estimated per image (greater to 0) |
Member
There was a problem hiding this comment.
it is not "per image" but the global number of lines.
This file contains hidden or 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
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.
We apply the standard algorithm on all images and then apply a
minimization over all lines of all images.
We initialize the minimization with the distortion found on the best
image (the image with the smallest error).