ihsan314
2c21ea2dd7
Merge pull request #14666 from ihsan314:file_io_xml_yml
...
Python code examples for file IO in xml and yml format
* Initial "Pythonization" of file_input_output.cpp
* Moved file_input_output.py to correct location
* Nearly done Pythonizing file_input_output.cpp
* Python equivalent of file_input_output.py created
* Started Pythonizing camera_calibration.cpp
* Completed Python tutorial/sample code for file_input_output
* Resolved whitespace issues
* Removed tabs in file_input_output.cpp
* Patched import order and wrapped code in main function
* Changed string to docstring format in help file
* Updated link to Python example code
5 years ago
Alexander Alekhin
a9f3acb125
core(simd): fix NEON alignmnet issue
5 years ago
Alexander Alekhin
993b9af756
Merge pull request #16270 from dkurt:dnn_sort_tf_text_graphs
5 years ago
Alexander Alekhin
e180cc050b
Merge pull request #16236 from alalek:fix_core_simd_emulator
...
* core: fix intrin_cpp, allow to build modules with SIMD emulator
* core(arithm): fix v_zero initialization
* core(simd): 'strict' types for binary/bitwise operations
* features2d: avoid aligned load issue in GCC 5.4 with emulated SIMD
* core(simd): alignment checks in SIMD emulator
5 years ago
Liubov Batanina
ea31a14cc5
Update sample
5 years ago
olramde
c75d93337e
Merge pull request #16240 from olramde:olramde
...
* Changed plus operator to os.path.join()
* Remove '/' from PATH
5 years ago
Liubov Batanina
9ed372b297
Update get memory shapes
5 years ago
Liubov Batanina
4625337179
Add docs reduce mean
5 years ago
Liubov Batanina
e9e3af0aaa
Add global pool by axis test
5 years ago
Liubov Batanina
a33d50084d
Add global_pooling_dim flags
5 years ago
Liubov Batanina
7eba3a7c96
Add pack description
5 years ago
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