Dmitry Kurtaev
ea43e28a37
Replace Slice layer to Crop in Faster-RCNN networks from Caffe
6 years ago
Vadim Pisarevsky
258a769567
Merge pull request #12327 from take1014:distanceTransform_type
6 years ago
Alexander Alekhin
7845f6d95c
Merge pull request #12345 from berak:fix_java_list_string
6 years ago
Vadim Pisarevsky
be48cdc747
Merge pull request #12314 from sturkmen72:patch-2
6 years ago
HarshDolhare
8ef2d19337
Adds a small note describing BUILD_opencv_world ( #12332 )
...
* Added a mall note describing BUILD_opencv_world cmake option to the Installation in Windows tutorial.
* Made slight changes in BUILD_opencv_world documentation.
* Update windows_install.markdown
improved grammar
6 years ago
Maksim Shabunin
cecf84410c
Added option to fail on missing testdata
6 years ago
Alexander Alekhin
596a0125ed
Merge pull request #12336 from dkurt:dnn_ie_fix_net_lifetime
6 years ago
Alexander Alekhin
8a8d07fb17
Merge pull request #12333 from wzw-intel:prior_box
6 years ago
berak
72f422c7dc
java: fix LIST_GET macro
6 years ago
Wu Zhiwen
ca51bbb7ff
dnn: fix variance setting bug for PriorBoxLayer
...
- The size of second channel should be size[2] of output tensor,
- The Scalar should be {variance[0], variance[0], variance[0], variance[0]}
for _variance.size() == 1 case.
Signed-off-by: Wu Zhiwen <zhiwen.wu@intel.com>
6 years ago
Dmitry Kurtaev
4062ef5fcb
Fix lifetime of networks which are loaded from Model Optimizer IRs
6 years ago
take1014
1ae477a46d
fix typo
6 years ago
Alexander Alekhin
087e9308ec
Merge tag '3.4.3-openvino'
6 years ago
Alexander Alekhin
d13db35f31
Merge tag '3.4.3'
6 years ago
Alexander Alekhin
b38c50b3d0
OpenCV 3.4.3
6 years ago
Alexander Alekhin
dd06540e1f
openvino: use 2018R3 defines
6 years ago
Alexander Alekhin
50b61668e2
Merge pull request #12326 from alalek:issue_12325
6 years ago
Alexander Alekhin
1df84f7246
Merge pull request #12319 from dkurt:dnn_enable_ie_tests
6 years ago
Alexander Alekhin
bdc34984f1
Merge pull request #12323 from alalek:android_ndk17_support
6 years ago
Alexander Alekhin
af0c930e77
ts: don't pass NULL for std::string() constructor
6 years ago
Alexander Alekhin
bb45bf9695
android: NDK17 support
...
tested with NDK 17b (17.1.4828580)
6 years ago
Alexander Alekhin
4e0d2a3e6c
Merge pull request #12193 from alalek:fix_vaapi_sample
6 years ago
Alexander Alekhin
da6d8961fc
Merge pull request #12286 from logic1988:master
6 years ago
Dmitry Kurtaev
3e027df583
Enable more deep learning tests using Intel's Inference Engine backend
6 years ago
Suleyman TURKMEN
bed388bafb
Update opengl_interop.cpp
...
resolves #12307
6 years ago
Alexander Alekhin
6477262e63
Merge pull request #12306 from berak:python_nmsboxes
6 years ago
Alexander Alekhin
f79599f949
Merge pull request #12308 from StrangeTcy:patch-1
6 years ago
Maxim Smirnov
c94d75874b
`CV_Assert`s changed
...
Some `CV_Assert`s changed to `CV_Assert_N`s according to https://github.com/opencv/opencv/issues/12304
6 years ago
berak
21f3987d53
python: add support for NMSBoxes
6 years ago
Alexander Alekhin
d10a219833
Merge pull request #12298 from berak:java_matofrotatedrect
6 years ago
berak
bd7bf39b4b
java: change MatOfRotatedRect to CV_32FC5
6 years ago
Dmitry Kurtaev
472b71ecef
Merge pull request #12243 from dkurt:dnn_tf_mask_rcnn
...
* Support Mask-RCNN from TensorFlow
* Fix a sample
6 years ago
Alexander Alekhin
4f360f8b1a
Merge pull request #12295 from alalek:cmake_gphoto_off_by_default
6 years ago
Alexander Alekhin
e8d45a9cdd
Merge pull request #12274 from alalek:fix_10945
6 years ago
Alexander Alekhin
ff2eface19
Merge pull request #12126 from alalek:reproducer_12121
6 years ago
Alexander Alekhin
29ce348c4d
Merge pull request #12287 from berak:java_matofrotatedrect
6 years ago
Alexander Alekhin
b2a4069f55
Merge pull request #12291 from cv3d:fix/cuda_pow
6 years ago
Hamdi Sahloul
4d78342919
Closes #12281 - a bug in cuda::pow with negative base values
6 years ago
Alexander Alekhin
1272332ae3
cmake: WITH_GPHOTO2=OFF by default
6 years ago
logic1988
b47c9ac643
Update aff_trans.cpp
...
When the fullAffine parameter is set to false, the estimateRigidTransform function maybe return empty, then the _localAffineEstimate function will be called, but the bug in it will result in incorrect results.
6 years ago
berak
1c20a7f008
java: add a MatOfRotatedRect class
6 years ago
Alexander Alekhin
6700fdb81f
Merge pull request #12275 from alalek:fix_build_dnn_inf_engine
6 years ago
Alexander Alekhin
096366738b
dnn(build): fix CV_Assert() usage
6 years ago
Alexander Alekhin
6a6506b02d
viz: call "mapper->Update()" before and after SetInputData()
6 years ago
Alexander Alekhin
59ccf2c9e0
Merge pull request #12272 from alalek:fix_build_static_analysis
6 years ago
Alexander Alekhin
2c42361ecd
build: fix build with defined CV_STATIC_ANALYSIS
6 years ago
Alexander Alekhin
18833d5121
Merge pull request #12267 from alalek:dnn_unstable_tests
6 years ago
Alexander Alekhin
f25450791b
dnn(test): mark unstable OpenCL tests
6 years ago
Alexander Alekhin
c9faa09d55
Merge pull request #12266 from mshabunin:fix-windows-ie-build
6 years ago
Alexander Alekhin
1deeca985f
Merge pull request #12262 from sivaraam:v4l2_mainloop
6 years ago