- 05 Dec, 2012 1 commit
-
-
Vladislav Vinogradov authored
now create window only once per test case
-
- 03 Dec, 2012 2 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
* added Access parameter to GlBuffer::mapHost * added autoRelease parameter to all create methods * fixed indentation in gl_core_3_1 * minor improvments for opengl sample
-
- 30 Nov, 2012 1 commit
-
-
Vladislav Vinogradov authored
* removed OpenGLFuncTab, now extensions are loaded internally * renamed GlTexture -> GlTexture2D * added support of GlBuffer and GlTexture2D to InputArray/OutputArray * added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets * added copyFrom/copyTo method for GlBuffer and GlTexture2D * removed GlFont * removed pointCloudShow * removed OpenGLCleanCallback
-
- 26 Nov, 2012 2 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
- 20 Nov, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 12 Nov, 2012 1 commit
-
-
Vladislav Vinogradov authored
ensureSizeIsEnough now doesn't reallocate memory, if buffer is small submat of big matrix fixed createContinous according new changes
-
- 09 Nov, 2012 4 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
There was missing windows.h include in OpenGL interop code.
-
Andrey Kamaev authored
This fixes output for 8U and 8S vector depths. They were mistakenly printed as characters instead of numbers.
-
- 08 Nov, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 02 Nov, 2012 2 commits
-
-
Vadim Pisarevsky authored
-
Andrey Kamaev authored
-
- 01 Nov, 2012 5 commits
-
-
Kirill Kornyakov authored
-
marina.kolpakova authored
-
Vadim Pisarevsky authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 26 Oct, 2012 2 commits
-
-
morozov.andrey authored
-
Andrey Kamaev authored
* typo in Algorithm::addParam for 'short' data type which results in segmentation fault on ARM on attempt to set type property for FAST using setter inherited from Algorithm * added short type support to read/write methods * improved some error messages
-
- 24 Oct, 2012 2 commits
-
-
Andrey Kamaev authored
-
Vadim Pisarevsky authored
-
- 23 Oct, 2012 7 commits
-
-
LeonidBeynenson authored
made it to give more verbose errors when arguments of wrong types are passed, added setters with types (e.g. setInt, etc)
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Vladislav Vinogradov authored
-
Anatoly Baksheev authored
-
Andrey Kamaev authored
-
- 22 Oct, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 21 Oct, 2012 2 commits
-
-
Maria Dimashova authored
-
marina.kolpakova authored
After setting depth to CV_32F for non double types this produces difference in results. I've attached test that reproduce this issue.The issue was found during anali broken GPU tests for multiply/device functions.
-
- 20 Oct, 2012 1 commit
-
-
Kazuki MATSUDA authored
Add output stream operators (<<) for Rect, Size, Matx, Vec. I can't add operations for cv::KeyPoint. And putting together all operator<<. (Matx, Point_, Point3_, Vec, Size_, Rect_)
-
- 19 Oct, 2012 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
This fixes build without TBB and CUDA. Issue #2445
-
- 18 Oct, 2012 2 commits
-
-
Vadim Pisarevsky authored
-
Andrey Kamaev authored
All errors were found by doc/check_docs2.py
-