Alexander Alekhin
183bc5c281
Merge tag '3.4.4'
...
OpenCV 3.4.4
6 years ago
Alexander Alekhin
a1fe8f754f
OpenCV version++ (3.4.4)
...
OpenCV 3.4.4
6 years ago
Alexander Alekhin
dd3398416b
experimental version++
6 years ago
Alexander Alekhin
cf86af96ea
Merge pull request #13194 from alalek:samples_fix_python_search_win32
6 years ago
Alexander Alekhin
780ae864a0
Merge pull request #13192 from alalek:fix_valgrind_3.4
6 years ago
berak
96c99c716a
Merge pull request #13193 from berak:core_copyMakeBorder
6 years ago
Alexander Alekhin
73a17baeec
samples(run_python): fix registry values querying
6 years ago
Alexander Alekhin
c26dd5d7aa
core: fix issues from valgrind builder
6 years ago
Alexander Alekhin
954969dd74
Merge pull request #13189 from alalek:cmake_options_warnings_update
6 years ago
Alexander Alekhin
43002c0c1d
Merge pull request #13188 from alalek:samples_rename
...
* samples: rename starter_imagelist.cpp
* samples: rename intelperc_capture.cpp => videocapture_intelperc.cpp
* samples: rename openni_capture.cpp => videocapture_openni.cpp
* samples: rename image_sequence.cpp => videocapture_image_sequence.cpp
* samples: rename gstreamer_pipeline.cpp => videocapture_gstreamer_pipeline.cpp
* samples: rename autofocus.cpp => videocapture_gphoto2_autofocus.cpp
* samples: rename live_detect_qrcode.cpp => qrcode.cpp
6 years ago
Alexander Alekhin
e580061b74
Merge pull request #12908 from alexevans:Issue11855
6 years ago
Alexander Alekhin
53af811530
cmake: emit warnings about unsupported options if turned ON only
6 years ago
Christopher Gundler
b58a8729c2
Merge pull request #13131 from Christopher22:add_transposedConv_onnx
...
* Add support for ConvTranspose when parsing ONNX.
* Add support for ConvTranspose when parsing ONNX.
* Add test for Deconvolution
6 years ago
Alexander Alekhin
ee417048e5
Merge pull request #13178 from alalek:fix_samples_python_video_params
6 years ago
Alexander Alekhin
a4b21d9e2e
Merge pull request #13177 from alalek:update_win32_scripts
6 years ago
Alexander Alekhin
b321851e53
Merge pull request #12977 from alalek:python_package
6 years ago
Alexander Alekhin
1d5a528107
Merge pull request #12354 from alalek:samples_find_file
6 years ago
Alexander Alekhin
a68835f7f1
features2d(test): add crossCheck=true test
6 years ago
Alexander Alekhin
f2bec05e6d
Merge pull request #12913 from dkurt:dnn_fix_ie_hyperparams
6 years ago
Alexander Alekhin
c371df4aa2
samples: use findFile() in "python"
6 years ago
Alexander Alekhin
9ea8c775f8
samples: use findFile() in T-API samples
6 years ago
Alexander Alekhin
e8e2197032
samples: use findFile() in dnn
6 years ago
Alexander Alekhin
c4c31f5bba
samples: use findFile() in "cpp"
6 years ago
Alexander Alekhin
ce6acd3ecd
python: bindings loader package
...
Configures and loads OpenCV bindings extension including 3rdparty dependencies
Based on running Python specify:
- configure PYTHON_PATH (via "sys.path")
- configure LD_LIBRARY_PATH / PATH
6 years ago
Alexander Alekhin
1c04a5ec47
Merge pull request #12965 from terfendail:medianBlur_wintr
6 years ago
Alexander Alekhin
2fa9bd221d
core: add utils::findDataFile() / samples::findFile()
6 years ago
Alexander Alekhin
9ca82caeb7
samples(python): fix drive handling in source path
6 years ago
Alexander Alekhin
5cf84c3765
samples: update Python launcher (winpack)
6 years ago
Alexander Alekhin
3d68b5baa1
samples: update build script (winpack)
...
- drop EnableDelayedExpansion
6 years ago
Alexander Alekhin
8792bddb0a
win32: update setupvars.cmd
...
- drop EnableDelayedExpansion
- pause on failed commands (non-interactive mode)
6 years ago
Alexander Alekhin
e5afa62c3d
Merge pull request #13168 from alalek:cmake_dnn_warnings
6 years ago
Alexander Alekhin
33e824f5de
Merge pull request #13175 from paddy74:patch-1
6 years ago
Patrick Cox
6820abd67f
samples(python): Updated use of model.load instances
...
The load() function returns a new object, and as such does not use the one it is called on.
This commit updates the uses of model.load in this program so it will work as intended and not throw an error.
6 years ago
Dmitry Kurtaev
b5c54e447c
Extra hyperparameters for Intel's Inference Engine layers
6 years ago
Alexander Alekhin
96c71dd3d2
dnn: reduce set of ignored warnings
6 years ago
Alexander Alekhin
02d2cc58d7
Merge pull request #13164 from alalek:ocl_morph
6 years ago
Alexander Alekhin
452f0bb2ab
Merge pull request #13166 from catree:fix_batch_norm_layer_missing_intrin
6 years ago
catree
10b482ff1e
Fix code and missing intrin header. Remove useless header.
6 years ago
Alexander Alekhin
42742727d6
imgproc(ocl): fix morph generic filter checks
...
'ksize' is not updated with 'kernel'
6 years ago
Alexander Alekhin
47cb94e634
Merge pull request #13160 from dkurt:fix_13159
6 years ago
Dmitry Kurtaev
80265a0815
Fix a bug with OpenVINO backend
6 years ago
Alexander Alekhin
70ac734263
Merge pull request #13152 from ssnover95:docfix/fourier-transform-py-tutorial
6 years ago
ssnover95
b24a815ac1
doc(tutorial_py_fourier_transform): Correct errors in tutorial for integer division and filter symmetry
6 years ago
Alexander Alekhin
cae2992af1
Merge pull request #13125 from dkurt:fs_keys_test
6 years ago
Alexander Alekhin
265cb58750
Merge pull request #13112 from alalek:fix_coverity_reports_3.4
6 years ago
Alexander Alekhin
b5610e77a7
Merge pull request #12983 from allnes:parallel_qrcode_pipeline
6 years ago
Alexander Alekhin
48cf103441
Merge pull request #13128 from alalek:fix_13114_3.4
6 years ago
Alexander Nesterov
82c2aa6e65
Added bugfix and some tests
6 years ago
Alexander Alekhin
c54676d625
cmake: fix supporting of legacy flags
6 years ago
Dmitry Kurtaev
6c76c8f881
Add a test for FileNode::keys()
6 years ago