- 16 Dec, 2016 15 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vladislav Sovrasov authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Vadim Pisarevsky authored
-
Rostislav Vasilikhin authored
-
Rostislav Vasilikhin authored
Added OpenVX based processing to FAST (#7720) * added wrapper for OVX FAST & fixes to IVX wrappers * fixed type checks in wrappers, array downloading code simplified * rewritten for new macro use
-
Alexander Alekhin authored
-
Rostislav Vasilikhin authored
OpenVX pyrDown wrappers (#7793) * wrappers for vx_pyramid added * initial version of pyrDown() wrapper added * disabled for Khronos * rewritten for new macro use; border mode added to node
-
Rostislav Vasilikhin authored
OpenVX optical flow PyrLK wrappers added (#7774) * wrappers for vx_pyramid added * initial version of Optical Flow PyrLK wrappers added * array downloading code simplified * disabled due to bad accuracy; fixed bugs, e.g. vendor-specific ones * rewritten for new macro use
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 15 Dec, 2016 22 commits
-
-
Alexander Alekhin authored
Build with ICC
-
Alexander Alekhin authored
cmake: update PDB support condition
-
Alexander Alekhin authored
Unfortunately there is no stable support for installation of PDB files in CMake. This patch is just eliminate problems with modern versions.
-
Alexander Alekhin authored
(2.4) Backports from master branch (#7854)
-
Alexander Alekhin authored
(2.4) Build with ICC
-
Alexander Alekhin authored
(2.4) Fix CUDA warnings
-
mshabunin authored
-
Addison Elliott authored
Currently, to select a submatrix of a N-dimensional matrix, it requires two lines of code while only one line of code is required if using a 2D array. I added functionality to be able to select an N-dim submatrix using a vector list instead of a Range pointer. This allows initializer lists to be used for a one-line selection.
-
Alexander Alekhin authored
-
Maksim Shabunin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
Examples: - NPP_staging.cu:1606:105: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] - NCVHaarObjectDetection.hpp:95:37: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
-
StevenPuttemans authored
Original commit is a5f19f7dd6ae5bc93f73e0417a9e0bfd34c01672
-
Cartucho authored
* GSoC 2016 - Adding toggle files to be used by tutorials. Add a toggle option for tutorials. * adds a button on the HTML tutorial pages to switch between blocks * the default option is for languages: one can write a block for C++ and another one for Python without re-writing the tutorial Add aliases to the doxyfile. * adding alises to make a link to previous and next tutorial. * adding alias to specify the toggle options in the tutorials index. * adding alias to add a youtube video directly from link. Add a sample tutorial (mat_mask_opertaions) using the developed aliases: * youtube alias * previous and next tutorial alias * buttons * languages info for tutorial table of content * code referances with snippets (and associated sample code files) * Removing the automatic ordering. Adding specific toggles for cpp, java and python. Move all the code to the footer / header and Doxyfile. Updating documentation.
-
Rostislav Vasilikhin authored
-
Alexander Alekhin authored
The old behaviour is available via waitKeyEx() call or via setting of OPENCV_LEGACY_WAITKEY environment variable
-
- 14 Dec, 2016 3 commits
-
-
Addison Elliott authored
Added new overloaded functions for Mat and UMat that accepts std::vector<int> instead of int * for the sizes on a N-dimensional array. This allows for an N-dimensional array to be setup in one line instead of two when using C++11 initializer lists. cv::Mat(3, {zDim, yDim, xDim}, ...) can be used instead of having to create an int pointer to hold the size array.
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-