Maksim Shabunin
e421233a1d
Merge pull request #17301 from YashasSamaga:cuda4dnn-detection-output
4 years ago
Maksim Shabunin
f162c08cda
Merge pull request #17987 from mshabunin:fix-xcode-carotene
4 years ago
Maksim Shabunin
0d1d452b79
Merge pull request #17983 from Windfisch:Windfisch-patch-jpeg2000
4 years ago
Pavel Rojtberg
3c3e131c38
Merge pull request #17977 from paroj:hervec
...
* calib3d: calibrateHandEye - allow using Rodrigues vectors for rotation
* calib3d: calibrateHandEye - test rvec representation
4 years ago
Maksim Shabunin
a218cf3c61
Merge pull request #17957 from AnnaPetrovicheva:ap/update-logo
4 years ago
Maksim Shabunin
866468cc3e
Fix Carotene compilation with XCode
4 years ago
Florian Jung
f66fc199a2
Fix build of grfmt_jpeg2000.cpp
...
libjasper has recently changed `jas_matrix_get` from a macro to an inline function
(389951d071 in https://github.com/jasper-software/jasper ), causing the build to fail.
4 years ago
Namgoo Lee
11ac26bfb4
test code
4 years ago
Namgoo Lee
2241bfb0df
Use "src" not "*this" for source GpuMat
4 years ago
Vadim Pisarevsky
a2f7ef9d21
Merge pull request #17816 from vpisarev:essential_2cameras
...
* add findEssentialMat for two different cameras
* added smoke test for the newly added variant of findEssentialMatrix
Co-authored-by: tompollok <tom.pollok@gmail.com>
4 years ago
Anatoliy Talamanov
c708f506a4
Merge pull request #17493 from TolyaTalamanov:at/python-bindings-gapi
...
* Implement G-API python bindings
* Fix hdr_parser
* Drop initlization with brackets using regexp
* Handle bracket initilization another way
* Add test for core operations
* Declaration and definition of View constructor now in different files
* Refactor tests
* Remove combine decorator from tests
* Fix comment to review
* Fix test
* Fix comments to review
* Remove GCompilerArgs implementation from python
Co-authored-by: Pinaev <danil.pinaev@intel.com>
4 years ago
Tomoaki Teshima
d92af2aa85
* stop showing old generations
...
* keep it possible to build for old CC
* make sure old generations don't come up for the choice
* remove related version check of old one
4 years ago
YashasSamaga
ae293f27cf
add DetectionOutputOp
4 years ago
Alexander Alekhin
afe9993376
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Alexander Alekhin
e4d573a080
Merge pull request #17916 from SinM9:mish_functor_sin
4 years ago
Anna Petrovicheva
f86c8656a3
Updated the OpenCV logo
4 years ago
Maksim Shabunin
6697f0ea86
Merge pull request #17925 from sturkmen72:patch-2
4 years ago
Orest Chura
a9f5c19239
Merge pull request #17871 from OrestChura:oc/typed_GArray_GMat
...
* Added overload for `GArray<GMat>` ProtoParam in `gtyped.hpp`
* Tests+compile_args
- added tests for GArray<GMat> as an input and an output of GComputationT
- added possibility to give the compile_args to GComputationT.apply()
* Fix win errors
4 years ago
Orest Chura
53bfdc318a
Merge pull request #17896 from OrestChura:oc/fix_kw_videotests
...
* - fix numeric overflow due to incorrect type casting
- remove unnecessary default constructor
* Drop the cast
4 years ago
Maksim Shabunin
e935f06f16
Merge pull request #17928 from sturkmen72:update_samples
4 years ago
Maksim Shabunin
1e18004bdd
Merge pull request #17943 from tomoaki0705:fixPolarToCartRounding
4 years ago
Tomoaki Teshima
19646ad049
let the test pass on Jetson
4 years ago
Suleyman TURKMEN
7e943808b6
Update train_HOG.cpp
4 years ago
Suleyman TURKMEN
88dbee3589
Update samples
4 years ago
Maksim Shabunin
5bfa43f7d5
Merge pull request #17489 from Lapshin:ffmpeg_cap_consider_rotation_metadata_3.4
4 years ago
Alexander Smorkalov
7ed37b3fa5
MP4 autorotation tests and various fixes for Windows
...
- Added test for automated rotation for MP4 videos with metadata
- Fix 180 degrees rotation bug
- Moved rotation logic to cv::VideoCapture implementation for FFmpeg and restore binary compatibility with FFmpeg wrapper.
4 years ago
Alexey Lapshin
f0271e54d9
Autorotation for mp4 streams with metadata
...
- Add VideoCapture camera orientation property for mp4 videos with camera orientation meta.
- Add auto rotation for 90, 180, 270 degrees using cv::rotate
4 years ago
Sinitsina
0ac2f0e04c
mish_functor_update
4 years ago
Maksim Shabunin
ef1690ef45
Merge pull request #17913 from asmorkalov:as/connected_components_ref
4 years ago
Maksim Shabunin
0fa06b1db0
Merge pull request #17863 from nglee:dev_cudaDetachOutput
4 years ago
Alexander Smorkalov
abceef74e0
Added reference to Original Wu's articte about SAUF connected components search method.
4 years ago
Giles Payne
4cf76754d3
Add Objective-C/Swift wrappers for opencv_contrib modules
4 years ago
Maksim Shabunin
5444a6b11c
Merge pull request #17890 from l-bat:onnx_gather
4 years ago
Maksim Shabunin
b698d0a6ee
Merge pull request #17894 from ilyachur:feature/ichuraev/remove_copy_with_new_args
4 years ago
Maksim Shabunin
11fb04c2f7
Merge pull request #17888 from ilyachur:feature/ichuraev/1324_2
4 years ago
Ilya Churaev
aaf65bb3af
Fixed removing is_parameter, is_constant, is_output
4 years ago
Namgoo Lee
9411cd6c07
Use in-place npp function for inplace arguments
4 years ago
Maksim Shabunin
9d38a95292
Merge pull request #17887 from ilyachur:revert-17872-feature/ichuraev/1324
4 years ago
Ilya Churaev
0291dd3ef8
Replaced copy_with_new_args to clone_with_new_inputs
4 years ago
Liubov Batanina
a35d4f9029
Support Gather for variable inputs
4 years ago
Ilya Churaev
a46ca98c57
Revert "Fixed removing is_parameter, is_constant, is_output"
4 years ago
Alexander Alekhin
e65e23b9c0
Merge pull request #17872 from ilyachur:feature/ichuraev/1324
4 years ago
Alexander Alekhin
d8b2f11cc8
Merge tag '4.4.0'
4 years ago
Alexander Alekhin
c3bb57afea
release: OpenCV 4.4.0
4 years ago
Alexander Alekhin
8a480ac3c1
Merge pull request #17877 from alalek:issue_17876
4 years ago
Alexander Alekhin
ffe0d50447
core(persistence): fix "use after free" bug
...
- do not store user-controlled "FileStorage" pointer
- store FileStorage::Impl pointer instead
4 years ago
Alexander Alekhin
a199d7adf1
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
4 years ago
Alexander Alekhin
348414dc62
Merge pull request #17873 from dmatveev:dm/fix_vs_infer2
4 years ago
Dmitry Matveev
243ce78508
G-API: Try to fix infer2 problem with VS2017
4 years ago
Ilya Churaev
33db2ac928
Fixed removing is_parameter, is_constant, is_output
4 years ago