Alexander Alekhin
814b78dad8
Merge pull request #11230 from tkonolige:master
7 years ago
Alexander Alekhin
02eab9ed72
Merge pull request #11265 from severus-tux:patch-1
7 years ago
Vishwa Prakash H V
6b4fcd5f73
Avoiding Divide By Zero Error
...
In line 104 `if ( full_neg_lst[i].cols >= box.width && full_neg_lst[i].rows >= box.height )` removed '=' as it causes divide By Zero Error in line 106 and 107 `box.x = rand() % ( full_neg_lst[i].cols - size_x );` when full_neg_lst[i].cols = size_x or full_neg_lst[i].rows - size_y
7 years ago
y0umu
ade29fc6c9
Merge pull request #11260 from y0umu:patch-1
...
Correct a mistake in {js,py}_table_of_contents_histograms.markdown (#11260 )
* Update py_table_of_contents_histograms.markdown
"Learn to find and draw Contours" => "Learn the basics of histograms"
* Update js_table_of_contents_histograms.markdown
Corrected a seemlingly wronged line of copy in the python documention js_table_of_contents_histograms.markdown
"Learn to find and draw Contours" => "Learn the basics of histograms"
7 years ago
Alexander Alekhin
23d866ad40
Merge pull request #11237 from alalek:cuda_refactor_memorypool
7 years ago
Alexander Alekhin
875b4e212a
Merge pull request #11200 from alalek:android_refactor_sdk_detection
7 years ago
Alexander Alekhin
a87a5dfdb3
Merge pull request #11192 from terfendail:setto_fix
7 years ago
Alexander Alekhin
e20fb7f429
Merge pull request #11197 from alalek:parallel_propagate_exception
7 years ago
Alexander Alekhin
e27ae6483a
Merge pull request #11221 from dkurt:dnn_fix_proposal_layer
7 years ago
Alexander Alekhin
5b79e5b130
Merge pull request #11235 from alalek:cuda_fix_build_warnings
7 years ago
Alexander Alekhin
6abfc6761e
android: refactor Android SDK detection
...
- properly detect Android SDK support of Ant/Gradle projects
- divide processing of And/Gradle based projects
7 years ago
Alexander Alekhin
7818071ba2
cuda: eliminate part of build warnings
7 years ago
Alexander Alekhin
82ba3ac894
cuda: refactor MemoryPool
...
- make non-copyable (aligns inner mutex semantic to std::mutex)
- getMemoryPool() returns reference instead of pointer (NULL is not expected here)
7 years ago
Alexander Alekhin
f93c1b942a
Merge pull request #11222 from lopespt:add_binary_search_knearest
7 years ago
Vitaly Tuzov
628f04ae96
Merge pull request #11092 from terfendail:msmf_videocapture
...
Update for MSMF-based VideoCapture and VideoWriter (#11092 )
* MSMF based VideoCapture updated to handle video stream formats different from RGB24
* MSMF based VideoWriter updated to handle video frame top-bottom line ordering regardless of output format
* Fixed race condition in MSMF based VideoCapture
* Refactored MSMF based VideoCapture and VideoWriter
* Disabled frame rate estimation for MP43
* Removed test for unsupported avi container from MSMF VideoWriter tests
* Enabled MSMF-based VideoIO by default
7 years ago
Alexander Alekhin
c2fb4debc5
Merge pull request #11224 from alalek:fix_core_min_avx2
7 years ago
Alexander Alekhin
9ca3dec127
Merge pull request #11228 from alalek:gitignore_dnn_models
7 years ago
Alexander Alekhin
8f7e7cd343
Merge pull request #11071 from alalek:issue_11061_fix_error_message
7 years ago
Tristan Konolige
9d589379ec
don't reset camera in setViewerPose
7 years ago
Alexander Alekhin
3870891d2d
update samples/dnn/face_detector/.gitignore
7 years ago
Alexander Alekhin
d294e9d62a
Merge pull request #11216 from dan-masek:fix_issue_11205
7 years ago
yuki takehara
d57e5c31c0
Merge pull request #11214 from take1014:core_9720
...
* fix #9720
* Add regression test
* Fix calculation method for scale
7 years ago
Alexander Alekhin
45a69ebec8
core: fix AVX2 min implementation
7 years ago
Vitaly Tuzov
ccd16f107d
Fixed IPP based implementation of setTo() for infinity value
7 years ago
lopespt
65d816c3b5
Adds efficient sort algorithm to KNearest
7 years ago
Dmitry Kurtaev
ef1aaf12c9
Fix Proposal deep learning layer
7 years ago
Alexander Alekhin
7bc980edaf
Merge pull request #10983 from dkurt:dnn_face_detection_uint8
7 years ago
Dan Mašek
8c1d8eccdd
Merge pull request #11207 from dan-masek:add_redirect_error
...
* Add Python support for error message handlers.
* Move the static variable to the only function that uses it.
* Remove the optional param (user data), since this can already be handled by closures.
* Correct the help string.
* python: added redirectError test
7 years ago
Alexander Alekhin
f95e91e2bc
Merge pull request #11199 from dkurt:update_torch_testdata
7 years ago
Alexander Alekhin
3c4f1b0a8f
Merge pull request #11211 from alalek:build_sample_viz
7 years ago
Alexander Alekhin
4cd21a26f6
Merge pull request #11212 from alalek:cleanup_biicode
7 years ago
Alexander Alekhin
82d2a0873d
cleanup: biicode
...
project is not active anymore
7 years ago
Alexander Alekhin
53944cbebb
samples: avoid using of legacy code constructions in viz sample
7 years ago
Maksim Shabunin
9558a35cde
Merge pull request #11055 from allnes:gst_streamer
7 years ago
Dan Mašek
eae3ed0c08
Fix a leak described in issue #11205
7 years ago
Dmitry Kurtaev
8d8f3bca6f
Update links to OpenCV's face detection network
7 years ago
Alexander Alekhin
d5afa8943b
Merge pull request #11202 from ArkadiuszRaj:Aravis-patch-1
7 years ago
Arkadiusz Raj
619e4c94d5
Protection to not run Eth config when USB camera is connected
7 years ago
Alexander Alekhin
099a16bd86
Merge pull request #11198 from dkurt:torch_embedded_residuals
7 years ago
Dmitry Kurtaev
818a91f4f7
Update Torch testdata
7 years ago
Dmitry Kurtaev
598039c0ed
Fix embedded Torch's nn.ConcatTable
7 years ago
Alexander Alekhin
dbcb454917
Merge pull request #11195 from alalek:fix_qt_build
7 years ago
Alexander Alekhin
6f69800d0c
core: propagate parallel_for() exceptions
7 years ago
Alexander Alekhin
e8a67de0d2
Merge pull request #11182 from dkurt:fix_11102_part_2
7 years ago
Alexander Alekhin
82fd00af99
fix build issues with QT/OpenGL
7 years ago
Vadim Pisarevsky
8fce25d788
Merge pull request #11187 from alalek:respect_threading_settings
7 years ago
Alexander Alekhin
2fb4812f6d
Merge pull request #11194 from ltqusst:fix_10557
7 years ago
ltqusst
0d646490f5
Fix #10557
...
Fix overflow bugs in conversion from NV12 VA-surface/D3D11texture2D to OpenCL UMat
7 years ago
Alexander Nesterov
7252319966
Added gstreamer pipeline sample
7 years ago
Alexander Alekhin
5195a738ac
Merge pull request #11191 from catree:remove_temp_file_test_read_write.cpp
7 years ago