- 10 Mar, 2016 1 commit
-
-
Piotr Semenov authored
-
- 03 Mar, 2016 1 commit
-
-
aravind authored
-
- 25 Feb, 2016 1 commit
-
-
Maksim Shabunin authored
-
- 18 Feb, 2016 2 commits
- 11 Feb, 2016 2 commits
-
-
Alexander Alekhin authored
Apple OpenCL framework hasn't OpenGL sharing extension
-
Alexander Alekhin authored
-
- 08 Feb, 2016 2 commits
-
-
Steven Puttemans authored
-
Steven Puttemans authored
As discussed here: https://github.com/Itseez/opencv/pull/6068#issuecomment-180797723
-
- 05 Feb, 2016 1 commit
-
-
StevenPuttemans authored
-
- 03 Feb, 2016 1 commit
-
-
Suleyman TURKMEN authored
-
- 11 Jan, 2016 1 commit
-
-
takacsd authored
-
- 01 Jan, 2016 1 commit
-
-
Rok Mandeljc authored
Changed statements of type "#if __CUDA_ARCH__ >= 200" to "#if defined __CUDA_ARCH__ && __CUDA_ARCH__ >= 200" in order to avoid warnings about __CUDA_ARCH__ being undefined.
-
- 25 Dec, 2015 1 commit
-
-
Pavel Rojtberg authored
so results are numerically equivalent
-
- 18 Dec, 2015 2 commits
-
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 17 Dec, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 15 Dec, 2015 1 commit
-
-
Ishank gulati authored
-
- 14 Dec, 2015 1 commit
-
-
Thomas Dunker authored
Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test
-
- 09 Dec, 2015 1 commit
-
-
Alexander Alekhin authored
1) fix multichannel support 2) remove useless bad_value, read value from original Mat directly 3) add more tests 4) fix docs for cvCeil and checkRange
-
- 08 Dec, 2015 1 commit
-
-
Dan authored
-
- 03 Dec, 2015 4 commits
-
-
Suleyman TURKMEN authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
-
Maksim Shabunin authored
- added new functions from core module: split, merge, add, sub, mul, div, ... - added function replacement mechanism - added example of HAL replacement library
-
- 27 Nov, 2015 1 commit
-
-
Vladislav Vinogradov authored
-
- 17 Nov, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 13 Nov, 2015 1 commit
-
-
Pavel Rojtberg authored
-
- 12 Nov, 2015 1 commit
-
-
Vladislav Vinogradov authored
to import existed CUDA stream or CUDA event to OpenCV
-
- 01 Nov, 2015 1 commit
-
-
Chris Kitching authored
Instead of chaining a bunch of sanity checks together with "&&", let's just have several asserts. That way, when an assert fails, you don't get a monsterous "<huge evil expression> failed" error, but only the bit you care about, making your life rather a lot easier.
-
- 19 Oct, 2015 1 commit
-
-
Renato Florentino Garcia authored
The 12 and 16 arguments Matx constructors differs from all others, leaving values initialized and requiring the argument number to be equal to the channels number.
-
- 15 Oct, 2015 1 commit
-
-
Jan S. (Milania1) authored
-
- 13 Oct, 2015 1 commit
-
-
StevenPuttemans authored
-
- 12 Oct, 2015 2 commits
-
-
Dan authored
-
Pavel Vlasov authored
dotProd_16s - disabled for IPP 9.0.0; filter2D - fixed kernel preparation; morphology - conditions fix and disabled FilterMin and FilterMax for IPP 9.0.0; GaussianBlur - disabled for CV_8UC1 due to buffer overflow; integral - disabled for IPP 9.0.0; IppAutoBuffer class was added;
-
- 09 Oct, 2015 1 commit
-
-
Dan Moodie authored
Expanded support for std::vector<cv::cuda::GpuMat>. Whitespace fix.
-
- 04 Oct, 2015 1 commit
-
-
Jan S. (Milania1) authored
-
- 01 Oct, 2015 2 commits
-
-
StevenPuttemans authored
-
Pavel Vlasov authored
OPENCV_IPP env var now allows to select IPP architecture level for IPP9+; IPP initialization logic was unified across modules;
-
- 29 Sep, 2015 1 commit
-
-
Pavel Vlasov authored
HAVE_IPP_ICV_ONLY will be undefined if OpenCV was linked against ICV packet from IPP9 or greater. ICV9+ packets will be aligned with IPP in OpenCV APIs This will ease code management between IPP and ICV
-