- 14 Aug, 2014 3 commits
-
-
jaco authored
-
Roman Donchenko authored
-
Vadim Pisarevsky authored
removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API
-
- 13 Aug, 2014 3 commits
-
-
jaco authored
Now use cleaner approach: #pragma warning( push ) #pragma warning( disable: ThatWarning ) //code with ThatWarning here #pragma warning( pop )
-
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
-
Adil Ibragimov authored
-
- 12 Aug, 2014 1 commit
-
-
jaco authored
-
- 09 Aug, 2014 1 commit
-
-
Vadim Pisarevsky authored
-
- 07 Aug, 2014 2 commits
-
-
Adil Ibragimov authored
-
Adil Ibragimov authored
-
- 25 Jul, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 22 Jul, 2014 1 commit
-
-
Alexander Karsakov authored
-
- 18 Jul, 2014 1 commit
-
-
PhilLab authored
Porting the [PR 2970](https://github.com/Itseez/opencv/pull/2970) To the new InputOutputArray type
-
- 09 Jul, 2014 1 commit
-
-
Zhigang Gong authored
According to opencl 1.2 spec 5.4.2: enqueues a command to unmap a previously mapped region of a memory object. ... CL_INVALID_VALUE if mapped_ptr is not a valid pointer returned by clEnqueueMapBuffer, or clEnqueueMapImage for memobj. So if the u->data is not from a clEnqueueMapBuffer call, we should not call clEnqueueUnmapMemObject() unmap it. With this patch, the cases ./opencv_test_video --gtest_filter=OCL_Video/FarnebackOpticalFlow.Mat/* could work well with beignet 0.9.1, Otherwise, it will get a CL_INVALID_VALUE at the clEnqueueUnmapMemObject(). Signed-off-by:
Zhigang Gong <zhigang.gong@intel.com>
-
- 30 Jun, 2014 1 commit
-
-
Roman Donchenko authored
This helps users who compile their code with -Wuseless-cast.
-
- 23 Jun, 2014 1 commit
-
-
Nisarg Thakkar authored
-
- 19 Jun, 2014 2 commits
-
-
Marc Rollins authored
-
Alexander Alekhin authored
-
- 09 Jun, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 08 Jun, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 02 Jun, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 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 1 commit
-
-
Alexander Mordvintsev authored
-
- 13 May, 2014 1 commit
-
-
StevenPuttemans authored
-
- 08 May, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 07 May, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 29 Apr, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 28 Apr, 2014 2 commits
-
-
Adrian Stratulat authored
-
Ilya Lavrenov authored
-
- 25 Apr, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 17 Apr, 2014 3 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 16 Apr, 2014 1 commit
-
-
KayKwon authored
Add MatlabFormatter for matlab style output. See http://code.opencv.org/issues/2789
-
- 14 Apr, 2014 2 commits
-
-
Aaron Kunze authored
-
Ilya Lavrenov authored
-
- 11 Apr, 2014 4 commits
-
-
Ilya Lavrenov authored
-
Andrey Pavlenko authored
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-