Merged
Conversation
generalize constraints to 'wa' for VSX registers
Just like with the other headers in the rest of the file. See e.g. https://stackoverflow.com/questions/36831465/what-difference-does-it-make-when-i-include-limits-or-limits-h-in-my-c-cod for the reasons, the most important one being that limits.h does not respect namespaces, which can make problems for downstream consumers of cvdef.h.
* Fix bug 16410 and add test
* imgproc(connectedcomponents): avoid manual uninitialized allocations
* imgproc(connectedcomponents): force 'odd' chunk range size
* imgproc(connectedcomponents): reuse stripeFirstLabel{4/8}Connectivity
* imgproc(connectedcomponents): extend fix from PR14964
This is a correction of the previously missleading documentation and a warning related to a common calibration failure described in issue 15992 * corrected incorrect description of failed calibration state. see issue 15992 * calib3d: apply suggestions from code review by catree
…torial-python * Add python version of panorama_stitching_rotating_camera and perspective_correction * Updated code * added in the docs * added python code in the docs * docs change * Add java tutorial as well * Add toggle in documentation * Added the link for Java code * format code * Refactored code
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.
#15993 from midjji:master
#16366 from themechanicalcoder:features2D-tutorial-python
#16415 from arnaudbrejeon:bug_fix_16410
#16452 from alalek:objdetect_align_with_master
#16453 from seiko2plus:issue16448
#16459 from nh2:patch-1
#16461 from seiko2plus:issue16455
#16474 from gapry:issue_16336
Previous "Merge 3.4": #16450