Merged
Conversation
modern readers that expect RADIANCE will read it
* Handle det == 0 in findCircle3pts. Issue 16051 shows a case where findCircle3pts returns NaN for the center coordinates and radius due to dividing by a determinant of 0. In this case, the points are colinear, so the longest distance between any 2 points is the diameter of the minimum enclosing circle. * imgproc(test): update test checks for minEnclosingCircle() * imgproc: fix handling of special cases in minEnclosingCircle()
* Fix opencv#16007 - colinearity computed using all 3 coordinates * calib3d(test): estimateAffine3D regression 16007
* cuda_mog2_issue_5296
* imgproc(test): resize(LANCZOS4) reproducer 16192 * imgproc: fix resize LANCZOS4 coefficients generation
This was referenced Dec 19, 2019
Member
Author
|
👍 |
Merged
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.
#16011 from sebastien-wybo:fix_16007
#16034 from Quantizs:irLoadFromBuffer
#16090 from jeffeDurand:cuda_mog2_issue_5296(moved to opencv_contrib)#16104 from alalek:issue_16095
#16136 from mcellis33:mec-nan
#16139 from alalek:core_flip_avoid_unaligned
#16188 from saskatchewancatch:issue-13551
#16191 from terfendail:lres2c_fix
#16194 from alalek:fix_16192
#16195 from alalek:tbb_version_2020
#16196 from alalek:issue_13574
Previous "Merge 3.4": #16179