Merged
Conversation
…nit_list Init params (StereoBMParams) in StereoBMImpl constructor initialization list * Init StereoBMImpl in initialization list To improve preformence it is better to init the params (StereoBMImpl) in the initialization list. * coding style * drop useless copy/move ctor Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
…isheye * fix(samples/camera_calibration): set new camera matrix for fisheye * fix(camera_calibration): ignore inapplicable flags for fisheye
It also fixes the build when universal intrinsics is disabled via `-DDCV_ENABLE_INTRINSICS=OFF`.
…zation list
To improve preformence it is better to init the params (StereoSGBMParams) in the
initialization list.
* fix unexpected Exception in solvePnPRansac caused by input points * calib3d: solvePnPRansac - keep minimal changes to handle DLT 6 points requirement Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
It is best to pass bad_value_ param by reference to avoid copy.
original commit: 1b0f781
…_passed_by_reference
…ctor Add QRCodeDetector to JavaScript Build * ADD: js support for qrCodeDetector - cherry picked commit to solve rebase error * CHG. Revert haarcascade path * FIX: Tests without images * ADD: decodeCurved * js(docs): don't require OPENCV_TEST_DATA_PATH Co-authored-by: Alexander Alekhin <alexander.a.alekhin@gmail.com>
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.
#19253 from mightbxg:bugfix_PnPRansac
#19284 from Ziachnix:feature/js-qr-code-detector
#19613 from WeiChungChang:NMS_refine
#19675 from asmorkalov:as/pylint_warnings
#19685 from danbey:setting_stereoBMImpl_in_init_list
#19687 from alalek:videoio_docs_fixes_3.4#19690 from hedgepigdaniel:fix/calibration_fisheye
#19692 from seiko2plus:issue_19647
#19703 from danbey:setting_StereoSGBMParams_in_init_list
#19715 from seiko2plus:issue_19698
#19716 from l-bat:lb/fix_resize
#19717 from danbey:bad_value_param_should_be_passed_by_reference
#19718 from alalek:backport_19683#19720 from alalek:ocl_test_skip_spir_amd
Previous "Merge 3.4": #19686
Details