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
Vitaly Tuzov
9ad1a84853
Unrolled bilateral filter neighbor processing loop
6 years ago
Vitaly Tuzov
f5b6bea2d4
Raised bilateralFilter processing precision for CV_32F matrices containing NaNs
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
Dmitry Kurtaev
1a27ff4518
Update Mask-RCNN networks generator
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
Alexander Alekhin
93d1785820
Merge pull request #13107 from alalek:core_divzero_simd_test
6 years ago
Alexander Alekhin
801c943009
fix coverity reports
6 years ago
Alexander Alekhin
96ee83898d
core(test): extend divideByZero test
...
to verify SIMD code path
6 years ago
Alexander Alekhin
56eebb926d
Merge pull request #13102 from alalek:issue_13101
6 years ago
Alexander Alekhin
57a30a1dd8
Merge pull request #13097 from alalek:backport_13086
6 years ago
Alexander Alekhin
142a07cbbf
Merge pull request #13103 from alalek:fix_doc_links_3.4
6 years ago
Alexander Alekhin
0e9ac7265d
docs: fix links
...
- cv::at => cv::Mat::at()
- removed unnecessary @ref
6 years ago
Alexander Alekhin
858a7da5c0
core: rework getContinuousSize() for vector-col/row support
6 years ago
Vadim Pisarevsky
82e8657a6d
backport: refined QRCodeDetector API for OpenCV 4.0
6 years ago
Alexander Alekhin
8675a8c743
Merge pull request #12878 from tompollok:3.4
6 years ago
Alexander Alekhin
533bfba75c
Merge pull request #12962 from paroj:manualwb
6 years ago
Pavel Rojtberg
afa0f80c61
videoio: add manual white-balance and implement it for V4L2
6 years ago