- 04 Jul, 2018 5 commits
-
-
Alexander Alekhin authored
- added .data() methods - added operator[] (int i) - extend checks support to generic and debug-only cases - deprecate existed operator* ()
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
- 03 Jul, 2018 9 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Not all backends support -1 index.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
ilovezfs authored
The result of PyUnicode_AsUTF8() is now of type const char * rather of char *.
-
Dmitry Kurtaev authored
-
- 02 Jul, 2018 6 commits
-
-
Alexander Alekhin authored
-
catree authored
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.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
`src_pitch` may be large than data `step`
-
Kuang Fangjun authored
-
- 30 Jun, 2018 3 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 29 Jun, 2018 7 commits
-
-
Alexander Alekhin authored
build fails with MSVS 2012 without additional flags
-
Alexander Alekhin authored
OpenCV binaries are compiled on Win10 environment
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Li Peng authored
set global size with real output size, also optimize max pooling index computation if necessary. Signed-off-by:
Li Peng <peng.li@intel.com>
-
Dmitry Kurtaev authored
-
- 28 Jun, 2018 2 commits
-
-
Vadim Pisarevsky authored
-
Dmitry Kurtaev authored
-
- 27 Jun, 2018 7 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
catree authored
Add Java and Python code for Image Segmentation with Distance Transform and Watershed Algorithm tutorial. Use more Pythonic code.
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
* 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
-
Nesterov Alexander authored
-
Vadim Pisarevsky authored
-
- 26 Jun, 2018 1 commit
-
-
Vadim Pisarevsky authored
-