Alexander Alekhin
1a74de1f9c
Merge pull request #16300 from Palmitoxico:cmake-cmp0077
5 years ago
Augusto Fraga Giachero
2d778434f1
Enable cmake CMP0077 policy
...
When building OpenCV as a sub-project using cmake's add_subdirectory()
the OpenCV's build options would be overwritten to its default
state. With cmake 3.13+ the CMP0077 policy, option() honors previous
definitions via set().
5 years ago
Alexander Alekhin
8b43861217
Merge pull request #16289 from Nuzhny007:3.4
5 years ago
Nuzhny007
7d484d21f7
Fixed compilation on windows with openvx
5 years ago
Alexander Alekhin
74bc8d351c
Merge pull request #16265 from JanuszL:fix_bgr
5 years ago
Janusz Lisiecki
178c4810e6
Fix swapped channels in BGR* conversion utility function
...
- some of `icvCvt_BGR*` functions have R with B channels
swapped what leads to the wrong conversion
- renames misleading `rgb` variable name to `bgr`
- swap back the conversion coefficients, `cB` should be the first
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
5 years ago
Paul E. Murphy
c1cdb2416a
imgproc(resize): improve 8u3 HResize vector exit calc
...
Actually, we can do this in constant time. xofs always
contains same or increasing offset values. We can instead
find the most extreme value used and never attempt to load it.
Similarly, we can note for all dx >= 0 and dx < (dwidth - cn)
where xofs[dx] + cn < xofs[dwidth-cn] implies dx < (dwidth - cn).
Thus, we can use this to control our loop termination optimally.
This fixes #16137 with little or no performance impact. I have
also added a debug check as a sanity check.
5 years ago
Alexander Alekhin
40ac72a8f1
Merge pull request #16238 from alalek:imgproc_resize_fix_types
5 years ago
Alexander Alekhin
039f5ca42e
copyright: 2020
5 years ago
Alexander Alekhin
bb93066558
Merge pull request #16249 from alalek:check_size
5 years ago
Dmitry Kurtaev
f954f0830c
Sort text TensorFlow graphs
5 years ago
Alexander Alekhin
7b28d5b409
Merge pull request #16263 from dkurt:dnn_tf_addv2
5 years ago
Alexander Alekhin
1df148aae9
Merge pull request #16258 from jed-frey:patch/python38-clock
5 years ago
Dmitry Kurtaev
76cfa65d55
AddV2 from TensorFlow
5 years ago
Jed
ef290366b0
Removed deprecated 'clock' import.
5 years ago
Alexander Alekhin
b4759d7272
Merge pull request #16251 from pwuertz:rtrees_set_rng
5 years ago
Peter Würtz
8aebef2459
Use global RNG for training RTrees.
5 years ago
Liubov Batanina
752653c70b
Update global pooling
5 years ago
Alexander Alekhin
523f081923
core(check): add Size_<int>
5 years ago
Alexander Alekhin
9572895da0
Merge pull request #16237 from alalek:eliminate_build_warnings
5 years ago
Alexander Alekhin
515ec6b98a
Merge pull request #16247 from alalek:backport_16241
5 years ago
Alexander Alekhin
d16cf68a3b
Merge pull request #16242 from catree:add_Rodrigues_input_shape_check
5 years ago
Brian Wignall
f9c514b391
Fix spelling typos
...
backport commit 659ffaddb4
5 years ago
Alexander Alekhin
ccb7253818
Merge pull request #16243 from collinbrake:grammar_fixes_9
5 years ago
catree
badd0d1ff4
Add explicit size check for Rodrigues() function to prevent issue like https://stackoverflow.com/questions/58969553
5 years ago
Collin Brake
8b55f476be
grammar and readability improvements
5 years ago
Alexander Alekhin
07729e396d
imgproc(resize): avoid unnecessary type conversions
5 years ago
Alexander Alekhin
d064079a4e
build: eliminate build warnings
5 years ago
Liubov Batanina
cf477f7e9f
Fix global axis
5 years ago
Liubov Batanina
543e0302d3
Support global pooling by axis
5 years ago
Liubov Batanina
ffa72fc979
Refactoring
5 years ago
Liubov Batanina
6e33769e56
Add human parsing demo
5 years ago
Alexander Alekhin
5e2bcc9149
Merge tag '3.4.9'
5 years ago
Alexander Alekhin
64e6cf9fe5
release: OpenCV 3.4.9
5 years ago
Sajarin
ed788229ed
Merge pull request #16165 from sajarindider:macOS_install
...
* doc: added macOS installation guide
* doc: added clarification and corrections
* docs: introduction entry, lowercase file names and ids
5 years ago
Alexander Alekhin
9564aa1fdb
Merge pull request #16195 from alalek:tbb_version_2020
5 years ago
Alexander Alekhin
24b05cb308
Merge pull request #16196 from alalek:issue_13574
5 years ago
Alexander Alekhin
dff8e29f98
Merge pull request #16139 from alalek:core_flip_avoid_unaligned
5 years ago
Alexander Alekhin
4733a19bab
Merge pull request #16194 from alalek:fix_16192
...
* imgproc(test): resize(LANCZOS4) reproducer 16192
* imgproc: fix resize LANCZOS4 coefficients generation
5 years ago
jeffeDurand
5bf7345743
Merge pull request #16090 from jeffeDurand:cuda_mog2_issue_5296
...
* cuda_mog2_issue_5296
5 years ago
Alexander Alekhin
4342657762
Merge pull request #16034 from Quantizs:irLoadFromBuffer
5 years ago
Sebastien Wybo
e801f0e954
Merge pull request #16011 from sebastien-wybo:fix_16007
...
* Fix #16007 - colinearity computed using all 3 coordinates
* calib3d(test): estimateAffine3D regression 16007
5 years ago
Alexander Alekhin
9cd1d087c3
android(camera2): apply .disconnectCamera() patch from issue 13574
5 years ago
Alexander Alekhin
8d22ac200f
core: workaround flipHoriz() alignment issues
5 years ago
Alexander Alekhin
28a5f7d66b
3rdparty: TBB version 2019u8 => 2020.0
5 years ago
Alexander Alekhin
a8345133ac
Merge pull request #16191 from terfendail:lres2c_fix
5 years ago
Vitaly Tuzov
f5a84f75c4
Fix for CV_8UC2 linear resize vectorization
5 years ago
antalzsiroscandid
aa80f754f4
dnn: reading IR models from buffer
5 years ago
mcellis33
5d15c65e48
Merge pull request #16136 from mcellis33:mec-nan
...
* 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()
5 years ago
Alexander Alekhin
f8b16fa293
Merge pull request #16188 from saskatchewancatch:issue-13551
5 years ago