Alexander Alekhin
06fc77610b
core(hal): eliminate build warnings
7 years ago
Dmitry Kurtaev
019c2f2115
Enable more deep learning tests
7 years ago
Alexander Alekhin
4bc080dc50
fix function signatures, drop invalid casts
7 years ago
Alexander Alekhin
c7fc563dc0
calib3d: chessboard detector - replace OpenCV C API
7 years ago
Alexander Alekhin
0bb2c115aa
Merge pull request #11719 from alalek:update_autobuffer_api
7 years ago
Alexander Alekhin
ccd2370bb7
Merge pull request #11890 from dkurt:keras_resize_nearest
7 years ago
Alexander Alekhin
c0d0cf5e74
Merge pull request #11893 from dkurt:fix_11884
7 years ago
Alexander Alekhin
b09a4a98d4
opencv: Use cv::AutoBuffer<>::data()
7 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* ()
7 years ago
Dmitry Kurtaev
f25a01bb5a
Disable fusion to output layers
7 years ago
Alexander Alekhin
6309e28dd0
Merge tag '3.4.2-openvino'
7 years ago
Alexander Alekhin
bd8c8e720e
Merge tag '3.4.2'
7 years ago
Alexander Alekhin
9e1b1e5389
OpenCV 3.4.2
7 years ago
Dmitry Kurtaev
36288eebe7
Nearest neighbor resize from Keras
7 years ago
Vadim Pisarevsky
a0baae8a55
Merge pull request #11875 from dkurt:dnn_fix_reshape
7 years ago
Alexander Alekhin
9a66331984
Merge pull request #11882 from alalek:videoio_vfw_lower_priority
7 years ago
Alexander Alekhin
c9fab28214
Merge pull request #11881 from alalek:sample_use_camera_0
7 years ago
Alexander Alekhin
e93e1ba2c9
Merge pull request #11879 from alalek:fix_msmf_32bit
7 years ago
Alexander Alekhin
f545aee66d
videoio(VFW): lower priority (after DSHOW)
7 years ago
Alexander Alekhin
203f95d3be
samples: videocapture_camera use VideoCapture with 0 index
...
Not all backends support -1 index.
7 years ago
Alexander Alekhin
b3578710cf
videoio(MSMF): fix 32-bit build crash
7 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
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
Vadim Pisarevsky
db48f7b5d1
Merge pull request #11804 from mshabunin:gst-sample
7 years ago
Vadim Pisarevsky
75ee536d6d
Filter homography decomp: updated PR #7153 ( #11846 )
...
* Add functionality to filter homography decompositions
* documentation + small refactor
* fix comparing int to size_t (compiler warning)
* fix whitespace issues
* clarification of function return values in documentation
* refactor of function parameters and change in loop nesting
* cleanup useless .h, fix size_t to int compare, small refactor
* fix documentation and whitespace
* change output from return value to outputarray parameter
* update function docs to reflect changes in parameters
* whitespace
* failing test
* fixed warnings related to extended initialisers and improper types
* initialize vectors from arrays
* initialize vectors from arrays part 2
* fix whitespace
* fix trailing whitespace
* Include <inttypes.h> in test_filter_homography_decomp.cpp, should fix 'uint8_t' : undeclared identifier error
* updated the test (made it shorter and providing better diagnostic) and significantly improved implementation (get rid of heavy repeated and/or unnecessary operations)
* fixed compile warning; removed trailing whitespace
7 years ago
Nesterov Alexander
0081dc478f
Init qrcode algo ( #11829 )
7 years ago
Vadim Pisarevsky
5dc0e51682
Merge pull request #11839 from dkurt:dnn_ie_r2
7 years ago
Vadim Pisarevsky
ba1a6ad4cc
Merge pull request #11840 from dkurt:dnn_tf_nchw
7 years ago