Dmitry Kurtaev
883c4c60c3
Remove Dummy layer
5 years ago
Alexander Alekhin
b1b505f783
dnn: clarify error message from getMemoryShapes()
5 years ago
Alexander Alekhin
816f82682b
core(trace/itt): avoid calling __itt_thread_set_name() by default
...
- don't override current application thread names
- set name for own threads only
5 years ago
Lubov Batanina
629d47fcd8
Merge pull request #15988 from l-bat:custom_layer
...
Test create custom layer in python
* check is contiguos
* Add custom layer test
* Fix test
* Remove assert
* Move assert to pyopencv dnn
* remove assert
* Add unregister
* Fix python2
* proto to bytearray
* Fix data type
5 years ago
Dmitry Kurtaev
beb5b291b9
Fix HETERO:FPGA,CPU plugin for IE backend
5 years ago
Alexander Alekhin
51d54ad4f0
Merge pull request #16076 from l-bat:prior_ngraph
5 years ago
Alexander Alekhin
fb5db23463
Merge pull request #16079 from alalek:imgproc_color_clarify_error_message
5 years ago
Alexander Alekhin
0a35b97e75
Merge pull request #16070 from dkurt:backport_15611
5 years ago
Alexander Alekhin
eea517be92
Merge pull request #16071 from alalek:update_version_3.4.9-pre
5 years ago
Alexander Alekhin
b369c456f2
imgproc(color): clarify error message
5 years ago
Liubov Batanina
660a709840
Support Swish and Mish activations
5 years ago
Liubov Batanina
d99d18304a
Slice v1 op
5 years ago
Alexander Alekhin
76a27e3399
pre: OpenCV 3.4.9 (version++)
5 years ago
Dmitry Kurtaev
134094a442
Backport fix for autodetection of input shapes
5 years ago
Alexander Alekhin
c790779a37
Merge pull request #16024 from alalek:issue_15953
5 years ago
Alexander Alekhin
72f35e0626
Merge pull request #16052 from alalek:issue_16040
...
* calib3d: use normalized input in solvePnPGeneric()
* calib3d: java regression test for solvePnPGeneric
* calib3d: python regression test for solvePnPGeneric
5 years ago
Alexander Alekhin
f21bde4d9f
Merge pull request #16046 from alalek:issue_15990
...
* core: disable invalid constructors in C API by default
- C API objects will lose their default initializers through constructors
* samples: stop using of C API
5 years ago
Alexander Alekhin
986c5084a4
Merge pull request #16036 from dkurt:dnn_backport_15203
5 years ago
Alexander Alekhin
38180c2c97
Merge pull request #16014 from dkurt:dnn_ie_pooling_with_indices
5 years ago
Alexander Alekhin
95e36fd488
Merge pull request #16055 from alalek:issue_16041
5 years ago
Alexander Alekhin
36c9f7c3df
Merge pull request #16061 from alalek:bindings_parser_support_simple_if
5 years ago
Dmitry Kurtaev
d8e10f3a8d
Enable MaxPooling with indices in Inference Engine
5 years ago
Alexander Alekhin
4dfa0a0383
bindings: basic support for #if preprocessor directives
...
- #if 0
- #ifdef __OPENCV_BUILD
5 years ago
Alexander Alekhin
818585fd12
core(tls): unblock TlsAbstraction destructor call
...
- required to unregister callbacks from system
5 years ago
Alexander Alekhin
eb44e0a556
Merge pull request #16028 from catree:improve_calib3d_doc
5 years ago
Dmitry Kurtaev
ca1ba7a53d
Backport for dnn input shape estimation
5 years ago
Lubov Batanina
7523c777c5
Merge pull request #15537 from l-bat:ngraph
...
* Support nGraph
* Fix resize
5 years ago
catree
43d58aa760
Improve calib3d documentation:
...
- add reference to Rodrigues Jacobian
- add references to SE(3) and Lie Groups topics
- update some conventions and pinhole figure
5 years ago
Alexander Alekhin
20ac7f40f6
Merge pull request #16025 from dkurt:thebhatman/Mish_swish_3.4
5 years ago
thebhatman
8a18d132fc
Port Swish and Mish layers
5 years ago
Alexander Alekhin
9a4404276a
calib3d: revert stereoRectify() changes from PRs: 6836, 6972, 6955
...
(1/4) Revert "Correct image borders and principal point computation in cv::stereoRectify"
This reverts commit 93ff1fb2f2
.
(2/4) Revert "fix calib3d changes in 6836 plus some others"
This reverts commit fa42a1cfc2
.
(3/4) Revert "fix compiler warning"
This reverts commit b3d55489d3
.
(4/4) Revert "add test for 6836"
This reverts commit d06b8c4ea9
.
5 years ago
Alexander Alekhin
f5b9705c70
Merge pull request #16006 from sajarindider:typo
5 years ago
sajarindider
101a147496
fixed Scheimpflug typo
5 years ago
Vadim Levin
8d74101f07
Merge pull request #15955 from VadimLevin:dev/vlevin/generator_tests
...
Tests for argument conversion of Python bindings generator
* Tests for parsing elemental types from Python bindings
- Add positive and negative tests for int, float, double, size_t,
const char*, bool.
- Tests with wrong conversion behavior are skipped.
* Move implicit conversion of bool to integer/floating types to wrong
conversion behavior.
5 years ago
Alexander Alekhin
41af8aa046
Merge pull request #16017 from berak:fix_svm_train_auto
5 years ago
berak
0dfab6bbd0
ml: fix check in SVM::trainAuto
5 years ago
Alexander Alekhin
873250f5de
Merge pull request #15998 from alalek:ts_count_skip_exception
5 years ago
Alexander Alekhin
6c37e10c83
Merge pull request #15994 from SSteve:affine_transform_docs
5 years ago
Alexander Alekhin
70146700aa
Merge pull request #15839 from alalek:core_simd_v_setall_template
5 years ago
Alexander Alekhin
5af747c6fd
Merge pull request #16001 from alalek:backport_15995
5 years ago
Alexander Alekhin
17dfae77af
Merge pull request #15991 from collinbrake:feature_grammar_fixes_8
5 years ago
Brian Wignall
af997529a1
Fix some typos
5 years ago
Alexander Alekhin
5639f5a296
ts: count skipped tests via SkipTestException
...
- apply tag 'skip_other'
5 years ago
Steve Nicholson
0c644d1ec8
Rename parameter R to H in AffineWarper member declarations
5 years ago
Alexander Alekhin
a093a0e05c
Merge pull request #15986 from dkurt:fix_15863
5 years ago
Alexander Alekhin
cdc469786c
Merge pull request #15978 from alalek:videoio_refactor_v4l
5 years ago
Maksim Shabunin
5ff1fababc
Merge pull request #15959 from mshabunin:refactor-ml-tests
...
ml: refactored tests
* use parametrized tests where appropriate
* use stable theRNG in most tests
* use modern style with EXPECT_/ASSERT_ checks
5 years ago
Collin Brake
6276b86a78
grammar corrections
5 years ago
Dmitry Kurtaev
6e14cc2189
Resolve https://github.com/opencv/opencv/issues/15863
5 years ago
Alexander Alekhin
9e906d9e21
Merge pull request #15980 from SSteve:doxygen_links
5 years ago