Pavel Rojtberg
4d23a5d92d
core: enable printf format warnings for cv::format
2018-09-24 11:31:40 +03:00
Alexander Alekhin
475c775b25
Merge pull request #12621 from cv3d:fix/opengl
2018-09-23 20:00:53 +00:00
Hamdi Sahloul
b7e8ce4523
fix a bug in OpenGL
2018-09-23 23:07:28 +09:00
Alexander Alekhin
e8fcd721b8
Merge pull request #12612 from alalek:winpack_samples_python_launcher_update
2018-09-22 20:44:46 +00:00
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
2018-09-22 17:28:58 +00:00
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
2018-09-21 18:12:35 +03:00
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
2018-09-21 18:11:46 +03:00
Alexander Alekhin
295b988657
Merge tag '4.0.0-alpha'
2018-09-19 20:47:17 +00:00
Alexander Alekhin
68942affdb
release: OpenCV 4.0.0-alpha (version++)
2018-09-19 19:30:30 +03:00
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
2018-09-19 19:30:02 +03:00
Alexander Alekhin
c5920df159
cuda: move CUDA modules to opencv_contrib
...
OpenCV 4.0+
2018-09-19 18:57:00 +03:00
Alexander Alekhin
86ddff0b88
Merge pull request #12401 from alalek:opencv_install_paths
2018-09-19 15:49:47 +00:00
Alexander Alekhin
908978d00b
Merge pull request #12589 from xoox:fix-stddev-request
2018-09-19 15:07:58 +00:00
Alexander Alekhin
a956732874
cmake: update install paths (Linux)
2018-09-19 15:43:52 +03:00
Alexander Alekhin
879e046b22
Merge pull request #12586 from Slyce-Inc:bug-xcode10-compile
2018-09-19 10:58:51 +00:00
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
2018-09-19 13:55:26 +03:00
Alexander Alekhin
861415133e
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2018-09-19 10:58:43 +03:00
Alexander Alekhin
87b1835cb6
Merge pull request #12587 from alalek:ts_update_valgrind_test_filter
2018-09-19 07:37:21 +00:00
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.
2018-09-19 12:27:07 +08:00
Alexander Alekhin
ec9c53eeff
ts: update valgrind test filter
...
- DNN: avoid very large models
- build filter per module
- fixed longTestFilter
2018-09-19 00:55:56 +00:00
Andrew Mroczkowski
b6d5565df1
build: fix Xcode 10 build problems
...
Updating the base SDK from 6.0 to 8.0 where applicable
2018-09-18 15:42:03 -04:00
Alexander Alekhin
15e9e3304c
Merge pull request #12579 from dkurt:dnn_reset_myriad_device
2018-09-18 16:14:38 +00:00
Alexander Alekhin
3961b214f0
Merge pull request #12577 from dkurt:dnn_tf_scripts
2018-09-18 16:13:59 +00:00
Alexander Alekhin
53ad291ef1
Merge pull request #12572 from alalek:ffmpeg_update_master
2018-09-18 16:12:10 +00:00
Alexander Alekhin
145d3ba99d
Merge pull request #12574 from alalek:fixes_master
2018-09-18 11:16:24 +00:00
Dmitry Kurtaev
8ac7b21716
Enable Myriad device for OpenVINO models test
2018-09-18 13:49:24 +03:00
Alexander Alekhin
e6171d17f8
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2018-09-18 12:49:52 +03:00
Alexander Alekhin
de54d45afd
Merge pull request #12573 from alalek:fixes_3.4
2018-09-18 09:47:22 +00:00
Alexander Alekhin
3cab9e7a9c
3.4: fixes
2018-09-18 08:31:11 +00:00
Alexander Alekhin
aa1c86f95e
ts: flush stdout/stderr before and after test code run
2018-09-18 08:04:52 +00:00
Alexander Alekhin
699565828d
videoio(test): dump file size information
2018-09-18 08:04:51 +00:00
Dmitry Kurtaev
b0ad7f759a
Import tensorflow to create text graphs if import cv is failed
2018-09-18 09:11:51 +03:00
Alexander Alekhin
38de2a8754
calib3d: fix build warnings
2018-09-17 22:16:31 +00:00
Alexander Alekhin
8b661cde15
ffmpeg: update 4.0 (master)
...
- ffmpeg 4.0.2
- openh264 1.8.0
2018-09-17 21:36:52 +00:00
Alexander Alekhin
70f38b4dfa
Merge pull request #12510 from take1014:doc_hough
2018-09-17 21:39:12 +03:00
Alexander Alekhin
d389edd843
Merge pull request #12528 from dkurt:dnn_py_tests
2018-09-17 18:34:43 +00:00
Alexander Alekhin
27a4e370f9
Merge pull request #12559 from dkurt:dnn_remove_usrtype1
2018-09-17 18:13:29 +00:00
Alexander Alekhin
b4fd3e8674
Merge pull request #12563 from cv3d:bug/cuda_msseg
2018-09-17 18:09:11 +00:00
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
2018-09-17 20:26:17 +03:00
Gaetano Checinski
e628fd7bce
Merge pull request #12503 from nikhedonia:12500-move-gcgraph
...
* feat: move gcgraph to detail
* chore: puts gcgraph cv::detail namespace
2018-09-17 20:13:47 +03:00
Dmitry Kurtaev
7d75526373
Use TorchType enum
2018-09-17 18:55:05 +03:00
Hamdi Sahloul
ecc9bd0925
Support GpuMat in copyTo() functions
2018-09-17 23:43:14 +09:00
Dmitry Kurtaev
d259eb28bb
Add python tests for dnn module
2018-09-17 15:22:47 +03:00
Alexander Alekhin
76d4aa0c06
Merge pull request #12531 from VladKarpushin:tutorial-using-anisotropic-image-segmentation
2018-09-17 12:06:46 +00:00
Vadim Pisarevsky
2113818f19
Merge pull request #12364 from dkurt:dnn_change_blob_from_image
2018-09-17 12:04:41 +00:00
Alexander Alekhin
29bee6f07e
cmake: move Matlab scripts to opencv_contrib ( #12541 )
...
* matlab: move to opencv_contrib
* cmake: preserve variables scope for processing modules
- use macro instead of function to avoid scope resets
2018-09-17 14:55:42 +03:00
Dmitry Kurtaev
a7b3d2581f
Replace CV_USRTYPE1 for int64 to CV_32SC2 in Torch importer
2018-09-17 12:31:09 +03:00
Alexander Alekhin
3512cb2226
Merge pull request #12529 from gkaneto:master
...
Minor changes in docs (Python Tutorials)
2018-09-15 22:52:37 +03:00
gkaneto
96a50d5eb0
Update py_basic_ops.markdown
...
Correcting indentation of border type flags
2018-09-15 19:35:40 +00:00
gkaneto
79db32bcd9
Update py_trackbar.markdown
...
For some mysterious (for me) reason, two lines of the code appears in my browser (Chrome) in the same line.
I've add an "enter" (just pressed enter), but don't know if it's the best solution.
2018-09-15 19:35:40 +00:00