catree
d7bd662c95
Add a note in the documentation about Mat::ones and mat::eye. With multi-channels type (e.g. CV_8UC3), only the first channel is treated.
6 years ago
Alexander Alekhin
452fa3011c
dnn(test): drop CV_ENUM for DNNBackend / DNNTarget
6 years ago
Dmitry Kurtaev
d57e5406f0
Add readNet* functions which parse models from byte arrays
6 years ago
Alexander Alekhin
7fe0727930
Merge pull request #11924 from alalek:dnn_ocl_fix_max_pool_forward
6 years ago
Alexander Alekhin
529d38613b
Merge pull request #11923 from alalek:dnn_external_protobuf
6 years ago
Alexander Alekhin
88d56dc700
Merge pull request #11922 from alalek:dnn_test_myriad_check
6 years ago
Alexander Alekhin
7ba66a1682
Merge pull request #11703 from alalek:c_api_calib3d_chessboard_detector
6 years ago
Alexander Alekhin
b6255ab9e7
dnn(ocl4dnn): fix args for 'max_pool_forward' kernel
6 years ago
Alexander Alekhin
924ff903ad
Merge pull request #11903 from alalek:issue_9002
6 years ago
Alexander Alekhin
e2b5d11290
dnn: allow to use external protobuf
...
"custom layers" feature will not work properly in these builds.
6 years ago
Alexander Alekhin
e41f19d2f3
Merge pull request #11919 from dkurt:dnn_replace_convert_fp16
6 years ago
Alexander Alekhin
52b151dceb
dnn(test): use checkMyriadTarget() in Test_Caffe_layers.Conv_Elu test
6 years ago
Dmitry Kurtaev
362d4f5395
Replace convertFp16 from dnn::Net::setInput()
6 years ago
Alexander Alekhin
a29d11240e
Merge pull request #11906 from berak:fix_qrcode
6 years ago
asciian
61d8719b8d
Reading net from std::ifstream
...
Remove some assertions
Replace std::ifstream to std::istream
Add test for new importer
Remove constructor to load file
Rename cfgStream and darknetModelStream to ifile
Add error notification to inform pathname to user
Use FileStorage instead of std::istream
Use FileNode instead of FileStorage
Fix typo
6 years ago
Alexander Alekhin
0fd74fa177
Merge pull request #11911 from berak:core_fix_autobuffer_opengl
6 years ago
berak
45677819e8
core: fix autobuffer usage in opengl.cpp
6 years ago
berak
e14b2ba43c
objdetect: validate input in qrcode
6 years ago
Alexander Alekhin
81325a3fa0
highgui(gtk): use recursive cv::Mutex for 'window_mutex' variable
6 years ago
Alexander Alekhin
aa0c6ddb4c
highgui: fix GTK issues with external UI thread
6 years ago
Alexander Alekhin
5e6a3f1f6c
Merge pull request #11901 from alalek:fix_cuda_build
6 years ago
Vadim Pisarevsky
523b6f32ba
Merge pull request #11867 from dkurt:dnn_ie_layers
6 years ago
Alexander Alekhin
fc59498b2b
cuda: fix build
...
use cv::AutoBuffer::data() to get data pointer
6 years ago
Alexander Alekhin
3b01777c98
Merge pull request #11895 from alalek:fix_fn_types
6 years ago
Alexander Alekhin
aa10cdbfa2
Merge pull request #11900 from alalek:build_warnings
6 years ago
Alexander Alekhin
06fc77610b
core(hal): eliminate build warnings
6 years ago
Dmitry Kurtaev
019c2f2115
Enable more deep learning tests
6 years ago
Alexander Alekhin
4bc080dc50
fix function signatures, drop invalid casts
6 years ago
Alexander Alekhin
c7fc563dc0
calib3d: chessboard detector - replace OpenCV C API
6 years ago
Alexander Alekhin
0bb2c115aa
Merge pull request #11719 from alalek:update_autobuffer_api
6 years ago
Alexander Alekhin
ccd2370bb7
Merge pull request #11890 from dkurt:keras_resize_nearest
6 years ago
Alexander Alekhin
c0d0cf5e74
Merge pull request #11893 from dkurt:fix_11884
6 years ago
Alexander Alekhin
b09a4a98d4
opencv: Use cv::AutoBuffer<>::data()
6 years ago
Alexander Alekhin
135ea264ef
core: align cv::AutoBuffer API with std::vector/std::array
...
- added .data() methods
- added operator[] (int i)
- extend checks support to generic and debug-only cases
- deprecate existed operator* ()
6 years ago
Dmitry Kurtaev
f25a01bb5a
Disable fusion to output layers
6 years ago
Alexander Alekhin
6309e28dd0
Merge tag '3.4.2-openvino'
6 years ago
Alexander Alekhin
bd8c8e720e
Merge tag '3.4.2'
6 years ago
Alexander Alekhin
9e1b1e5389
OpenCV 3.4.2
6 years ago
Dmitry Kurtaev
36288eebe7
Nearest neighbor resize from Keras
6 years ago
Vadim Pisarevsky
a0baae8a55
Merge pull request #11875 from dkurt:dnn_fix_reshape
6 years ago
Alexander Alekhin
9a66331984
Merge pull request #11882 from alalek:videoio_vfw_lower_priority
6 years ago
Alexander Alekhin
c9fab28214
Merge pull request #11881 from alalek:sample_use_camera_0
6 years ago
Alexander Alekhin
e93e1ba2c9
Merge pull request #11879 from alalek:fix_msmf_32bit
6 years ago
Alexander Alekhin
f545aee66d
videoio(VFW): lower priority (after DSHOW)
6 years ago
Alexander Alekhin
203f95d3be
samples: videocapture_camera use VideoCapture with 0 index
...
Not all backends support -1 index.
6 years ago
Alexander Alekhin
b3578710cf
videoio(MSMF): fix 32-bit build crash
6 years ago
Alexander Alekhin
117e97adac
Merge pull request #11876 from ilovezfs:patch-1
6 years ago
ilovezfs
0c4328fbf3
Python 3.7 compatability
...
The result of PyUnicode_AsUTF8() is now of type const char * rather of
char *.
6 years ago
Dmitry Kurtaev
7ed5d85f25
Add Reshape layer tests
6 years ago
Alexander Alekhin
c52b4cf450
Merge pull request #11873 from catree:add_tutorial_features2d_java_python2
6 years ago