- 18 May, 2015 1 commit
-
-
zenev authored
-
- 07 Apr, 2015 3 commits
-
-
Maksim Shabunin authored
-
Vadim Pisarevsky authored
2. Algorithm::load/save added (moved from StatModel) 3. copyrights updated; added copyright/licensing info for ffmpeg 4. some warnings from Xcode 6.x are fixed
-
greensea authored
work_var_count and sample_count are both 32bit integer, if the product of work_var_count and sample_count is bigger than 2^31, the compiler will treat (work_var_count*sample_count) as a negative number. Force work_var_count as an unsigned 64bit integer to avoid this issue.
-
- 03 Apr, 2015 2 commits
-
-
StevenPuttemans authored
-
StevenPuttemans authored
-
- 17 Mar, 2015 1 commit
-
-
StevenPuttemans authored
-
- 09 Mar, 2015 1 commit
-
-
StevenPuttemans authored
-
- 06 Mar, 2015 1 commit
-
-
StevenPuttemans authored
-
- 05 Mar, 2015 1 commit
-
-
StevenPuttemans authored
-
- 25 Feb, 2015 1 commit
-
-
StevenPuttemans authored
-
- 17 Feb, 2015 1 commit
-
-
StevenPuttemans authored
-
- 16 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 10 Feb, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 03 Feb, 2015 1 commit
-
-
VBystricky authored
-
- 10 Dec, 2014 1 commit
-
-
vbystricky authored
-
- 13 Aug, 2014 1 commit
-
-
Adil Ibragimov authored
1. someMatrix.data -> someMatrix.prt() 2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex ) 3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>() 4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
-
- 05 Aug, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 02 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 23 Jul, 2014 1 commit
-
-
Joan Puigcerver authored
Added an option to traincascade program to select the maximum number of threads to use during training
-
- 21 Jul, 2014 1 commit
-
-
vbystricky authored
Add depends from highgui to imgcodecs and videoio. And include header from imgcodecs and videoio to imgcodecs
-
- 07 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 24 Jun, 2014 1 commit
-
-
Vadim Pisarevsky authored
removed contrib, legacy and softcsscade modules; removed latentsvm and datamatrix detector from objdetect. removed haartraining and sft apps. some of the stuff will be moved to opencv_contrib module. in order to make this PR pass buildbot, please, comment off opencv_legacy, opencv_contrib and opencv_softcascade test runs.
-
- 21 Jan, 2014 1 commit
-
-
Alexander Smorkalov authored
-
- 06 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 27 Nov, 2013 3 commits
-
-
Anatoly Baksheev authored
Fixed compilation errors: removed using namespace from hpp file. This led to pulling cv::ACCESS_MASK to global namespace where conflict with the same name in 'windows.h' Conflicts: apps/traincascade/boost.cpp
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function. (cherry picked from commit 2a6fb286) (only cherry picked "apps/trancascade")
-
StevenPuttemans authored
-
- 22 Nov, 2013 1 commit
-
-
StevenPuttemans authored
-
- 17 Nov, 2013 1 commit
-
-
Anatoly Baksheev authored
Fixed compilation errors: removed using namespace from hpp file. This led to pulling cv::ACCESS_MASK to global namespace where conflict with the same name in 'windows.h'
-
- 16 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 09 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
Allow to build samples via OpenCV binaries from distribution package (find_package with OpenCV_DIR).
-
- 06 Sep, 2013 1 commit
-
-
Vladislav Vinogradov authored
Conflicts: modules/core/include/opencv2/core/cuda.hpp modules/cudacodec/src/thread.cpp modules/cudacodec/src/thread.hpp modules/superres/perf/perf_superres.cpp modules/superres/src/btv_l1_cuda.cpp modules/superres/src/optical_flow.cpp modules/videostab/src/global_motion.cpp modules/videostab/src/inpainting.cpp samples/cpp/stitching_detailed.cpp samples/cpp/videostab.cpp samples/gpu/stereo_multi.cpp
-
- 05 Sep, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 27 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 21 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-
- 31 May, 2013 1 commit
-
-
Roman Donchenko authored
This should allow many algorithms to take advantage of more parallelization technologies.
-
- 13 May, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 11 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
-