- 03 Feb, 2015 1 commit
-
-
VBystricky authored
-
- 27 Nov, 2013 2 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")
-
- 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'
-
- 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 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.
-
- 01 Apr, 2013 3 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 28 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 13 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp> Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
-
- 25 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
Made all STL usages explicit to be able automatically find all usages of particular class or function.
-
- 01 Feb, 2013 2 commits
-
-
LeonidBeynenson authored
-
marina.kolpakova authored
-
- 31 Jan, 2013 1 commit
-
-
LeonidBeynenson authored
-
- 12 Jul, 2012 1 commit
-
-
Maria Dimashova authored
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 07 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 17 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 16 Mar, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 03 Feb, 2012 1 commit
-
-
Andrey Kamaev authored
[~] Automatically tracked dependencies between modules [+] Support for optional module dependencies [+] Options to choose modules to build [~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk [+] Added COMPONENTS support for FIND_PACKAGE(OpenCV) [~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
-
- 22 Dec, 2011 1 commit
-
-
Maria Dimashova authored
-
- 16 Nov, 2011 1 commit
-
-
Maria Dimashova authored
-
- 06 Oct, 2011 1 commit
-
-
Alexey Kazakov authored
-
- 04 May, 2011 1 commit
-
-
Maria Dimashova authored
-
- 18 Feb, 2011 1 commit
-
-
Vadim Pisarevsky authored
replaced alloca() (a.k.a. cvStackAlloc) with AutoBuffer or vector() everywhere. cvStackAlloc() is still defined, but we do not need alloca() anymore to compile and run OpenCV (fixes #889 and may be some others)
-
- 17 Dec, 2010 1 commit
-
-
Maria Dimashova authored
-
- 14 Dec, 2010 1 commit
-
-
Kirill Kornyakov authored
-
- 02 Dec, 2010 2 commits
-
-
Maria Dimashova authored
-
Maria Dimashova authored
-
- 29 Nov, 2010 1 commit
-
-
Maria Dimashova authored
-
- 18 Oct, 2010 1 commit
-
-
Kirill Kornyakov authored
-
- 16 Jul, 2010 1 commit
-
-
Vadim Pisarevsky authored
updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings
-
- 11 May, 2010 1 commit
-
-
Vadim Pisarevsky authored
-