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
|
7 years ago |
ilovezfs
|
0c4328fbf3
|
Python 3.7 compatability
The result of PyUnicode_AsUTF8() is now of type const char * rather of
char *.
|
7 years ago |
Dmitry Kurtaev
|
7ed5d85f25
|
Add Reshape layer tests
|
7 years ago |
Alexander Alekhin
|
c52b4cf450
|
Merge pull request #11873 from catree:add_tutorial_features2d_java_python2
|
7 years ago |
catree
|
481af5c469
|
Add Java and Python code for AKAZE local features matching tutorial. Fix incorrect uses of Mat.mul() in Java code.
Uniform Lowe's ratio test in the code.
|
7 years ago |
Alexander Alekhin
|
3165baa1f1
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
7 years ago |
Alexander Alekhin
|
74da80dbda
|
Merge pull request #11869 from alalek:fix_11827
|
7 years ago |
Alexander Alekhin
|
f73eff7517
|
Merge pull request #11865 from csukuangfj:patch_1
|
7 years ago |
Alexander Alekhin
|
5557474467
|
imgcodecs(sunras): avoid buffer overrun
`src_pitch` may be large than data `step`
|
7 years ago |
Kuang Fangjun
|
8e24a8b7c0
|
remove a redundant option.
|
7 years ago |
Alexander Alekhin
|
5a27f7c81f
|
Merge pull request #11856 from alalek:videoio_msmf_fix_check
|
7 years ago |
Alexander Alekhin
|
6ce26b72b1
|
Merge pull request #11860 from alalek:videoio_msmf_remove_cxx11_code
|
7 years ago |
Alexander Alekhin
|
86885c5ed0
|
Merge pull request #11859 from alalek:fix_videoio_msmf_win7
|
7 years ago |
Alexander Alekhin
|
2dbaba077a
|
videoio(msmf): avoid using of C++11 code
build fails with MSVS 2012 without additional flags
|
7 years ago |
Alexander Alekhin
|
7a2448672c
|
videoio(MSMF): avoid OpenCV load failure on Win7 machines
OpenCV binaries are compiled on Win10 environment
|
7 years ago |
Alexander Alekhin
|
9be3f7d41a
|
Merge pull request #11854 from dkurt:dnn_tf_data_layouts_v2
|
7 years ago |
Alexander Alekhin
|
f40231af5d
|
Merge pull request #11851 from pengli:3.4
|
7 years ago |
Alexander Alekhin
|
c3a90ccbad
|
videoio(MSMF): remove "always true" check
|
7 years ago |
Li Peng
|
145eae321e
|
pooling ocl kernel optimization
set global size with real output size, also optimize
max pooling index computation if necessary.
Signed-off-by: Li Peng <peng.li@intel.com>
|
7 years ago |
Dmitry Kurtaev
|
d971678add
|
Add a planar data layout tracking for TensorFlow importer
|
7 years ago |
Vadim Pisarevsky
|
6c196d3066
|
Merge pull request #11852 from dkurt:dnn_dldt_ir_outs
|
7 years ago |
Dmitry Kurtaev
|
346871e27f
|
Set output layers names and types for models in DLDT's intermediate representation
|
7 years ago |
Vadim Pisarevsky
|
e4b51fa8ad
|
Merge pull request #11849 from catree:add_tutorial_imgproc_java_python4
|
7 years ago |
Vadim Pisarevsky
|
67259d7082
|
Merge pull request #11768 from alalek:videoio_msmf_async_live_capture
|
7 years ago |
catree
|
7469981d1a
|
Add Java and Python code for Image Segmentation with Distance Transform and Watershed Algorithm tutorial. Use more Pythonic code.
|
7 years ago |