Merged
Conversation
decoder should be properly flushed after that
Fix Test Case: in latest version, window.cv is a promise instance that makes most test case failed. * Fix Browser Test Case: In latest version, window.cv is a promise instance In latest version of opencv.js, window.cv is promise instance. So that most of the test cases is run failed. This commit is to fix browser test case. * Add comment for backward compatible Add comments for backward compatible
…_convert_bug_for_old_cascade
* fixed opencv#17044 1. fixed Python part of the tutorial about using OpenCV XML-YAML-JSON I/O functionality from C++ and Python. 2. added startWriteStruct() and endWriteStruct() methods to FileStorage 3. modifed FileStorage::write() methods to make them work well inside sequences, not only mappings. * try to fix the doc builder * added Python regression test for FileStorage I/O API ([TODO] iterating through long sequences can be very slow) * fixed yaml testing
* improved fitEllipse and fitEllipseDirect accuracy in singular or close-to-singular cases (see issue opencv#9923) * scale points using double precision * added normalization to fitEllipseAMS as well; fixed Java test case by raising the tolerance (it's unclear what is the correct result in this case). * improved point perturbation a bit. make the code a little bit more clear * trying to fix Java fitEllipseTest by slightly raising the tolerance threshold * synchronized C++ version of Java's fitEllipse test * removed trailing whitespaces
* cache the result * DRY * brush up based on review
…atrix-different-cameras
* - Fixing broken URL to mp4ra website * - Fixing broken URL to mp4ra website (in C videoio API)
Member
Author
|
@tomoaki0705 Could you please check CUDA patch merge? (some changes on master are not backported to 3.4) |
Member
Author
|
👍 |
Contributor
|
@alalek I can confirm that both automatic feature works on master branch
|
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.
#17338 from hunter-college-ossd-spr-2020:contours-toc
#17369 from themightyoarfish:doc-essential-matrix-different-cameras
#17403 from wangmengHB:master
#17417 from vpisarev:fix_fitellipse
#17419 from YourButterfly:fix_divide_zero_in_darknet_3_4
#17420 from nosajthenitram:fix_cascadedetect_convert_bug_for_old_cascade
#17424 from berak:dnn_sample_human_parsing
#17428 from asmorkalov:as/java_smart_constructors
#17430 from alalek:issue_17257
#17432 from tomoaki0705:automaticCC
#17436 from vpisarev:fix_python_io
#17438 from alalek:fix_eigen_builds
#17439 from alalek:fix_dnn_test_required_file
#17447 from alalek:dnn_ie_extract_layers
#17455 from mshabunin:check-count-non-zero
#17466 from alalek:build_opencv_winpack_dldt_2020.3.0
#17469 from l-bat:fix_virtual_try_on
#17473 from f3rm4rf3r:fixingFourCCDocBrokenLink
Previous "Merge 3.4": #17418