- 31 Aug, 2015 1 commit
-
-
Maksim Shabunin authored
- IPP is disabled by default when compiler is mingw (couldn't make it work) - fixed some warnings - fixed some `__GNUC__` version checks (for correctness and convenience) - removed UTF-8 BOM from hough.cpp (fixes #5253)
-
- 22 Jul, 2015 1 commit
-
-
Maksim Shabunin 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
-
- 07 Jul, 2014 1 commit
-
-
vbystricky authored
-
- 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
-
- 30 Aug, 2013 1 commit
-
-
Gabe Schwartz authored
libpng 1.5+ recommends a call to png_set_interlace_handling() if you use png_read_update_info and png_read_image. It will generate a warning without it.
-
- 21 Aug, 2013 1 commit
-
-
Hanusz Leszek authored
Correct reading PNG color type palette with or without alpha imread flags -1 or 1 Better not using pnginfo.h, using png_get_tRNS instead
-
- 10 Jul, 2013 1 commit
-
-
Roman Donchenko authored
I've left HAVE_LIBPTHREAD as a CMake variable, since TBB's build depends on it. Some macros in internal.hpp depended on HAVE_ALLOCA_H, but they were, in turn, unused, so I've just deleted them all.
-
- 13 May, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 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.
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 11 Sep, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 28 Jun, 2012 1 commit
-
-
Marina Kolpakova authored
-
- 21 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 20 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 12 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 09 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 30 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 27 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
put template Distance classes back to features2d, since they are used in GPU; fixed OpenCV build with Xcode 2.3 (which includes new libpng)
-
- 13 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 12 Apr, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 28 Oct, 2011 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 11 Aug, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 21 Jul, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 26 Apr, 2011 1 commit
-
-
Vadim Pisarevsky authored
-
- 11 Dec, 2010 1 commit
-
-
Vadim Pisarevsky authored
-
- 24 Nov, 2010 1 commit
-
-
Vadim Pisarevsky 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
-