Rostislav Vasilikhin
5372c8b331
Merge pull request #7774 from savuor:openvx_pyrlk
...
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
9 years ago
Alexander Alekhin
9c7088d95f
Merge pull request #7851 from terfendail:ovx_imagespace
9 years ago
Alexander Alekhin
a615d79f2d
Merge pull request #7768 from terfendail:ovx_remap
9 years ago
Alexander Alekhin
f7d956ea3e
Merge pull request #7869 from alalek:icc
...
Build with ICC
9 years ago
Alexander Alekhin
22df206e1f
Merge pull request #7875 from alalek:winpack_fix_2.4
...
cmake: update PDB support condition
9 years ago
Alexander Alekhin
b06bd50144
cmake: update PDB support condition
...
Unfortunately there is no stable support for installation of PDB files in CMake.
This patch is just eliminate problems with modern versions.
9 years ago
Alexander Alekhin
cc09f5a7de
Merge pull request #7854 from alalek:backports_2016
...
(2.4) Backports from master branch (#7854 )
9 years ago
Alexander Alekhin
49e6bb2993
Merge pull request #7868 from alalek:icc_2.4
...
(2.4) Build with ICC
9 years ago
Alexander Alekhin
667cb2e9fc
Merge pull request #7867 from alalek:cuda_warnings_2.4
...
(2.4) Fix CUDA warnings
9 years ago
mshabunin
bfde5cdde0
SGBM: fixed uninitialized memory in cost buffer
9 years ago
Addison Elliott
eb04b2bfa9
Added N-dim submat selection with vectors
...
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.
9 years ago
Alexander Alekhin
a8c7a1029e
Merge pull request #7817 from savuor:openvx_pyrWrap
9 years ago
Maksim Shabunin
7d5fd6a800
Merge pull request #7812 from alalek:fix_putText
9 years ago
Alexander Alekhin
041502e42c
build: eliminate ICC warnings
9 years ago
Alexander Alekhin
737fa519d1
test: use relative error in HOG tests
9 years ago
Alexander Alekhin
ceb5210bfb
build: eliminate ICC PCH warning
9 years ago
Alexander Alekhin
dbbbad40fb
build: eliminate ICC warnings
9 years ago
Alexander Alekhin
540ece74a5
cmake: support ICC warnings
9 years ago
Alexander Alekhin
3fc06f14d4
cmake: use -fp-model precise with ICC
9 years ago
Alexander Alekhin
d206e84a13
cmake: use -fp-model precise with ICC
9 years ago
Alexander Alekhin
03beff06ff
build: disable warnings (Ubuntu 16.04 + CUDA 8.0)
...
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]
9 years ago
StevenPuttemans
6d34d6b47e
update samples: waitKey() usage
...
Original commit is a5f19f7dd6
9 years ago
Cartucho
fcddfa4f86
GSoC 2016 - Adding ALIASES for tutorial ( #7041 )
...
* 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.
9 years ago
Rostislav Vasilikhin
45d3286168
wrappers for vx_pyramid added
9 years ago
Alexander Alekhin
4e7b521438
highgui: change waitKey() default behaviour
...
The old behaviour is available via waitKeyEx() call or
via setting of OPENCV_LEGACY_WAITKEY environment variable
9 years ago
Addison Elliott
fa6692afcf
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.
9 years ago
Alexander Alekhin
36b5abf6b7
Merge pull request #7857 from savuor:openvx_macro_wrappers
9 years ago
Alexander Alekhin
059c2a8328
Merge pull request #7856 from mshabunin:long-tests
9 years ago
Maksim Shabunin
daa97021bd
Merge pull request #7810 from parismita:patch-1
9 years ago
Rostislav Vasilikhin
8b9422a052
OpenVX wrappers rewritten with CV_OVX_RUN, VX_DbgThrow
9 years ago
mshabunin
f5bf1e510b
Test run script: added long test filter for valgrind
9 years ago
Alexander Alekhin
5592142511
Merge pull request #7831 from terfendail:ovx_array_update
9 years ago
Vitaly Tuzov
3c5eb513dd
Fixed OpenVX to OpenCV compatibility for NN remap
9 years ago
Vitaly Tuzov
f8b4d28745
Added OpenVX based processing to remap
9 years ago
Vitaly Tuzov
138f0cbf3c
Added wrapper for IMAGE_SPACE attribute setter
9 years ago
Alexander Alekhin
53f72f18f5
Merge pull request #7853 from mshabunin:fix-doc-warning
...
Documentation fixes for latest doxygen
9 years ago
mshabunin
965deaba8d
Documentation fixes for latest doxygen
9 years ago
Alexander Alekhin
8b92151ef0
Merge pull request #7832 from alalek:install_docs_target
9 years ago
Alexander Alekhin
7db13c7aab
Merge pull request #7847 from alalek:install_docs_target_2.4
9 years ago
Alexander Alekhin
af0ee306cf
Merge pull request #7819 from alalek:fix_mulSpectrums_inplace_2.4
9 years ago
Maksim Shabunin
1451f7d0ec
Merge pull request #7848 from rjray-nvidia:cuda_tegra_tutorial_update_1
9 years ago
Alexander Alekhin
19c8cc8f13
Merge pull request #7760 from terfendail:ovx_histogram
9 years ago
Alexander Alekhin
8f83d97adc
Merge pull request #7800 from paroj:fisheye_undist
9 years ago
Alexander Alekhin
c977af8ee8
Merge pull request #7843 from chacha21:fix-capture-msmf
9 years ago
Randy J. Ray
dd99b7c1cb
Further editing/refinement of the tutorial.
...
This is based on testing OpenCV 3.1 with VisionWorks, which identified issues.
The tutorial now specifies 3 cherry-pick commands for opencv.
9 years ago
Alexander Alekhin
7241b90dec
cmake: special target to build/install docs only
9 years ago
Vitaly Tuzov
2c89b39eee
Added OpenVX based processing to calcHist
9 years ago
Alexander Alekhin
a24ebc9952
Merge pull request #7840 from alalek:fix_test_rng
9 years ago
Alexander Alekhin
7a3b5b308c
Merge pull request #7790 from sovrasov:convexity_defects_enable_small_hulls
9 years ago
Alexander Alekhin
fbf2383d5d
Merge pull request #7787 from alalek:ocl_explicit_only
9 years ago