Dmitry Matveev
29e88e50ff
Merge pull request #12608 from dmatveev:gapi
...
* G-API Initial code upload
* Update G-API code base to Sep-24-2018
* The majority of OpenCV buildbot problems was addressed
* Update G-API code base to 24-Sep-18 EOD
* G-API code base update 25-Sep-2018
* Linux warnings should be resolved
* Documentation build should become green
* Number of Windows warnings should be reduced
* Update G-API code base to 25-Sep-18 EOD
* ARMv7 build issue should be resolved
* ADE is bumped to latest version and should fix Clang builds for macOS/iOS
* Remaining Windows warnings should be resolved
* New Linux32 / ARMv7 warnings should be resolved
* G-API code base update 25-Sep-2018-EOD2
* Final Windows warnings should be resolved now
* G-API code base update 26-Sep-2018
* Fixed issues with precompiled headers in module and its tests
6 years ago
Alexander Alekhin
852f061b26
Merge pull request #12655 from alalek:fix_printf_format_warning
6 years ago
Menghui Xie
f0d277e452
M_PI changed to CV_PI ( #12645 )
...
* M_PI changed to CV_PI
* M_PI changed to CV_PI
* M_PI changed to CV_PI
6 years ago
Alexander Alekhin
3eec8fd0eb
dnn: fix printf format warning
6 years ago
Alexander Alekhin
d8d025c33b
Merge pull request #12599 from mshabunin:printf
6 years ago
Alexander Duda
8811dabbac
Merge pull request #12615 from D-Alex:master
...
findChessboardCornersSB: speed improvements (#12615 )
* chessboard: fix do not modify const image
* chessboard: speed up scale space using parallel_for
* chessboard: small improvements
* chessboard: speed up board growing using parallel_for
* chessboard: add flags for tuning detection
* chessboard: fix compiler warnings
* chessborad: change flag name to CALIB_CB_EXHAUSTIVE
This also fixes a typo
* chessboard: fix const ref + remove to_string
6 years ago
Alexander Alekhin
efca746d36
Merge pull request #12622 from cv3d:fix/js_property
6 years ago
Maksim Shabunin
e0f524d3b7
Fixed several incorrect printf format specifiers
6 years ago
Pavel Rojtberg
d1c842cf29
core: fix printf warnings by using c++11 format
6 years ago
Pavel Rojtberg
4d23a5d92d
core: enable printf format warnings for cv::format
6 years ago
Hamdi Sahloul
0739d1c2eb
JS: Support enum properties
6 years ago
Alexander Alekhin
475c775b25
Merge pull request #12621 from cv3d:fix/opengl
6 years ago
Hamdi Sahloul
b7e8ce4523
fix a bug in OpenGL
6 years ago
Alexander Alekhin
e8fcd721b8
Merge pull request #12612 from alalek:winpack_samples_python_launcher_update
6 years ago
Alexander Alekhin
ecef7f7930
samples: update winpack python samples launcher
...
- accepts script parameter (allows drag & drop from 'explorer')
- use script dir instead of current dir (can launch samples from 'samples/dnn')
- added 'pause' to show error messages (about missing numpy) instead of instant closing
6 years ago
Hamdi Sahloul
ef5579dc86
Merge pull request #12310 from cv3d:chunks/enum_interface
...
* Cleanup macros and enable expansion of `__VA_ARGS__` for Visual Studio
* Macros for enum-arguments backwards compatibility
* Convert struct Param to enum struct
* Enabled ParamType.type for enum types
* Enabled `cv.read` and `cv.write` for enum types
* Rename unnamed enum to AAKAZE.DescriptorType
* Rename unnamed enum to AccessFlag
* Rename unnamed enum to AgastFeatureDetector.DetectorType
* Convert struct DrawMatchesFlags to enum struct
* Rename unnamed enum to FastFeatureDetector.DetectorType
* Rename unnamed enum to Formatter.FormatType
* Rename unnamed enum to HOGDescriptor.HistogramNormType
* Rename unnamed enum to DescriptorMatcher.MatcherType
* Rename unnamed enum to KAZE.DiffusivityType
* Rename unnamed enum to ORB.ScoreType
* Rename unnamed enum to UMatData.MemoryFlag
* Rename unnamed enum to _InputArray.KindFlag
* Rename unnamed enum to _OutputArray.DepthMask
* Convert normType enums to static const NormTypes
* Avoid conflicts with ElemType
* Rename unnamed enum to DescriptorStorageFormat
6 years ago
Hamdi Sahloul
84ae8097b1
Merge pull request #12601 from cv3d:fix/js
...
* JS: Support enum types in constructors
* JS: Avoid unary expression on enum-based consts
6 years ago
Alexander Alekhin
295b988657
Merge tag '4.0.0-alpha'
6 years ago
Alexander Alekhin
68942affdb
release: OpenCV 4.0.0-alpha (version++)
6 years ago
Alexander Alekhin
e0980c4d73
Merge pull request #12585 from alalek:move_cuda_modules
...
cuda: move CUDA modules to opencv_contrib: https://github.com/opencv/opencv_contrib/pull/1781
6 years ago
Alexander Alekhin
c5920df159
cuda: move CUDA modules to opencv_contrib
...
OpenCV 4.0+
6 years ago
Alexander Alekhin
86ddff0b88
Merge pull request #12401 from alalek:opencv_install_paths
6 years ago
Alexander Alekhin
908978d00b
Merge pull request #12589 from xoox:fix-stddev-request
6 years ago
Alexander Alekhin
a956732874
cmake: update install paths (Linux)
6 years ago
Alexander Alekhin
879e046b22
Merge pull request #12586 from Slyce-Inc:bug-xcode10-compile
6 years ago
Alexander Alekhin
5fb0f34e8a
Merge pull request #12570 from alalek:drop_usrtype1
...
* core: drop usage of CV_USRTYPE1 in OpenCV
avoid OpenCV crashes due size change CV_ELEM_SIZE(CV_USRTYPE1): 8 -> 2
* ! fix persistence internal types
6 years ago
Alexander Alekhin
861415133e
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
87b1835cb6
Merge pull request #12587 from alalek:ts_update_valgrind_test_filter
6 years ago
Wenfeng CAI
fce75cd858
Fix failure to request stddev of non-intrinsics
...
Before this fix, the code would fail if only standard deviations of
extrinsic parameters are requested. While standard deviations matrix
should be computed if any set of standard deviations is requested. A
variable is added to represent this case.
6 years ago
Alexander Alekhin
ec9c53eeff
ts: update valgrind test filter
...
- DNN: avoid very large models
- build filter per module
- fixed longTestFilter
6 years ago
Andrew Mroczkowski
b6d5565df1
build: fix Xcode 10 build problems
...
Updating the base SDK from 6.0 to 8.0 where applicable
6 years ago
Alexander Alekhin
15e9e3304c
Merge pull request #12579 from dkurt:dnn_reset_myriad_device
6 years ago
Alexander Alekhin
3961b214f0
Merge pull request #12577 from dkurt:dnn_tf_scripts
6 years ago
Alexander Alekhin
53ad291ef1
Merge pull request #12572 from alalek:ffmpeg_update_master
6 years ago
Alexander Alekhin
145d3ba99d
Merge pull request #12574 from alalek:fixes_master
6 years ago
Dmitry Kurtaev
8ac7b21716
Enable Myriad device for OpenVINO models test
6 years ago
Alexander Alekhin
e6171d17f8
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
de54d45afd
Merge pull request #12573 from alalek:fixes_3.4
6 years ago
Alexander Alekhin
3cab9e7a9c
3.4: fixes
6 years ago
Alexander Alekhin
aa1c86f95e
ts: flush stdout/stderr before and after test code run
6 years ago
Alexander Alekhin
699565828d
videoio(test): dump file size information
6 years ago
Dmitry Kurtaev
b0ad7f759a
Import tensorflow to create text graphs if import cv is failed
6 years ago
Alexander Alekhin
38de2a8754
calib3d: fix build warnings
6 years ago
Alexander Alekhin
8b661cde15
ffmpeg: update 4.0 (master)
...
- ffmpeg 4.0.2
- openh264 1.8.0
6 years ago
Alexander Alekhin
70f38b4dfa
Merge pull request #12510 from take1014:doc_hough
6 years ago
Alexander Alekhin
d389edd843
Merge pull request #12528 from dkurt:dnn_py_tests
6 years ago
Alexander Alekhin
27a4e370f9
Merge pull request #12559 from dkurt:dnn_remove_usrtype1
6 years ago
Alexander Alekhin
b4fd3e8674
Merge pull request #12563 from cv3d:bug/cuda_msseg
6 years ago
Lubov Batanina
43f889ae1f
Merge pull request #12519 from l-bat:l-bat/onnx_parser
...
Support asymmetric padding in pooling layer (#12519 )
* Add Inception_V1 support in ONNX
* Add asymmetric padding in OpenCL and Inference engine
* Refactoring
6 years ago
Gaetano Checinski
e628fd7bce
Merge pull request #12503 from nikhedonia:12500-move-gcgraph
...
* feat: move gcgraph to detail
* chore: puts gcgraph cv::detail namespace
6 years ago