Merged
Conversation
fix a build warning:
```
C:\Slave\workspace\precommit\windows10\opencv\modules\photo\src\contrast_preserve.hpp(289): warning C4244: '=': conversion from 'double' to '_Tp', possible loss of data
with
[
_Tp=float
]
C:\Slave\workspace\precommit\windows10\opencv\modules\photo\src\contrast_preserve.hpp(361): warning C4244: '=': conversion from 'double' to '_Tp', possible loss of data
with
[
_Tp=float
]
```
(from https://build.opencv.org.cn/job/precommit/job/windows10/1633/console)
Explicit usage of int64_t in CropAndResizeLayer (IE backend) * Update crop_and_resize_layer.cpp
* Fix opencv#4363 - wrong hierarchy (CV_RETR_TREE) in findContours * Add regression test for findContours * use C++11 => C++98 on 3.4 branch
…matcher-sqdiff
…cc-issue Fix unsigned int bug in computeECC * address issue with unsigned ints in computeEcc * remove additional logic checking firstOctave * use swap instead of same src/dst * simplify the unsigned check logic
- Added missing documentation for the CALIB_FIX_FOCAL_LENGTH flag - Removed erroneous information about the number of distortion coefficients returned - Added some missing @ref tags
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.
#19944 from berak:patch-1
#19951 from stal12:3.4
#19956 from danielenricocahall:fix-edge-case-matcher-loop
#19961 from alvoron:dnn_ngraph_int64_fix
#19969 from alalek:issue_19850
#19975 from danielenricocahall:fix-template-matcher-sqdiff
#19979 from micha137:patch-3
#19980 from zchrissirhcz:fix-CV_XADD-missing-return-type
#19983 from hartmannathan:typo-fix-download
#19984 from sturkmen72:patch-4
#19988 from alexkalmuk:fix-squares-cpp-sample
#19993 from danielenricocahall:fix-compute-ecc-issue
#20006 from alalek:dnn_ie_gpu_cache_dir
#20014 from alalek:fix_core_tls_process_termination
#20018 from lpea:doc_fixes_calib3d
Previous "Merge 3.4": #19916
Details