- 20 Jul, 2013 2 commits
-
-
Daniel Angelov authored
-
Daniel Angelov authored
Update on the class to reflect the review. Split the class into virtual and implementation. change of name to LineSegmentDetector, using Input/Output-Arrays, general clean ups.
-
- 15 Jul, 2013 1 commit
-
-
Daniel Angelov authored
-
- 14 Jul, 2013 2 commits
-
-
Daniel Angelov authored
-
Daniel Angelov authored
-
- 13 Jul, 2013 3 commits
-
-
Daniel Angelov authored
-
Daniel Angelov authored
-
Daniel Angelov authored
-
- 12 Jul, 2013 1 commit
-
-
Daniel Angelov authored
-
- 09 Jul, 2013 1 commit
-
-
Roman Donchenko authored
-
- 08 Jul, 2013 2 commits
-
-
Roman Donchenko authored
Conflicts: modules/features2d/include/opencv2/features2d/features2d.hpp modules/ocl/src/opencl/stereobp.cl modules/ocl/src/stereobp.cpp
-
Andrey Pavlenko authored
-
- 05 Jul, 2013 9 commits
-
-
Alexander Smorkalov authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Andrey Pavlenko authored
-
Roman Donchenko authored
-
Alexander Smorkalov authored
-
Roman Donchenko authored
-
- 04 Jul, 2013 15 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Alexander Smorkalov authored
Downgrade TBB to 4.1u2 for all platforms, except WinRT.
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Alexander Mordvintsev authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Jin Ma authored
-
yao authored
-
- 03 Jul, 2013 3 commits
-
-
Alexander Mordvintsev authored
-
Vladislav Vinogradov authored
header only library for CUDA programming
-
Roman Donchenko authored
Conflicts: doc/tutorials/definitions/noContent.rst doc/tutorials/gpu/gpu-basics-similarity/gpu-basics-similarity.rst doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.rst doc/tutorials/introduction/how_to_write_a_tutorial/how_to_write_a_tutorial.rst modules/core/include/opencv2/core/core.hpp modules/core/include/opencv2/core/internal.hpp modules/core/include/opencv2/core/version.hpp modules/gpu/CMakeLists.txt modules/highgui/perf/perf_output.cpp modules/highgui/test/test_video_io.cpp modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/perf/main.cpp modules/ocl/src/hog.cpp modules/ocl/src/initialization.cpp modules/ocl/src/moments.cpp modules/ocl/src/opencl/moments.cl modules/ocl/test/main.cpp modules/ocl/test/test_moments.cpp modules/python/test/test.py modules/ts/include/opencv2/ts/ts_perf.hpp modules/ts/src/precomp.hpp modules/ts/src/ts_perf.cpp
-
- 02 Jul, 2013 1 commit
-
-
Frédéric Devernay authored
[NSRunLoop currentRunLoop] is not the same as in the main thread. see https://developer.apple.com/library/mac/#documentation/Cocoa/Reference/F oundation/Classes/nsrunloop_Class/Reference/Reference.html "If no input sources or timers are attached to the run loop, this method exits immediately" The old code caused grabFrame() to return immediately if the capture was not done in the main thread. This code works correctly, even in secondary threads, provided that all capture functions are called in the *same* thread
-