- 18 May, 2014 1 commit
-
-
Kazuki Matsuda authored
I propose forEach method for cv::Mat and cv::Mat_. This is solution for the overhead of MatIterator_<_Tp>. I runs a test that micro opecode runs all over the pixel of cv::Mat_<cv::Point3_<uint8_t>>. And this implementation 40% faster than the simple pointer, 80% faster than iterator. With OpenMP, 70% faster than simple pointer, 95% faster than iterator (Core i7 920). Above all, code is more readable. My test code is here. https://gist.github.com/kazuki-ma/8285876 Thanks.
-
- 14 May, 2014 4 commits
-
-
Roman Donchenko authored
-
Vladislav Vinogradov authored
-
Roman Donchenko authored
-
Alexander Alekhin authored
-
- 13 May, 2014 5 commits
-
-
Roman Donchenko authored
-
Alexander Mordvintsev authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Roman Donchenko authored
-
- 12 May, 2014 5 commits
-
-
Roman Donchenko authored
Conflicts: modules/core/include/opencv2/core/internal.hpp modules/core/src/arithm.cpp modules/imgproc/src/imgwarp.cpp modules/objdetect/src/hog.cpp
-
Alexander Mordvintsev authored
- all parsed headers are included into "cv2.cpp" with "pyopencv_generated_include.h" - types starting with "Ptr_" converted to "Ptr<...>" form (avoids many typedefs in "cv2.cpp")
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Ilya Lavrenov authored
-
- 08 May, 2014 11 commits
-
-
Alexander Alekhin authored
-
Alexander Karsakov authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Vladislav Vinogradov authored
-
StevenPuttemans authored
-
- 07 May, 2014 14 commits
-
-
Vladislav Vinogradov authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Ilya Lavrenov authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Alexander Alekhin authored
-
Vladislav Vinogradov authored
call dst.create(...) before using it
-
Alexander Alekhin authored
-