- 13 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp> Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
-
- 12 Mar, 2013 2 commits
-
-
Andrey Kamaev authored
-
Vladislav Vinogradov authored
Fixed issues: #2737 #2848
-
- 09 Mar, 2013 2 commits
-
-
marina.kolpakova authored
-
marina.kolpakova 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.
-
- 24 Feb, 2013 1 commit
-
-
marina.kolpakova authored
-
- 21 Feb, 2013 3 commits
-
-
LeonidBeynenson authored
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
- 20 Feb, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 19 Feb, 2013 1 commit
-
-
Vladislav Vinogradov authored
* removed OpenGLFuncTab, now extensions are loaded internally * 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 * added Access parameter to GlBuffer::mapHost * added autoRelease parameter to all create methods
-
- 11 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 04 Feb, 2013 1 commit
-
-
LeonidBeynenson authored
Made changes to work in cv::Algorithm with parameters of these types. Also fixed SimpleBlobDetector -- now it can be created by cv::Algorithm::create and it can work with cv::Algorithm::set/get.
-
- 01 Feb, 2013 1 commit
-
-
Ilya Lysenkov authored
-
- 28 Jan, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 25 Jan, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 23 Jan, 2013 3 commits
-
-
Vadim Pisarevsky authored
-
Vladislav Vinogradov authored
- new reduce implementation (with kepler optimizations) - saturate_cast via asm command - video SIMD instructions in element operations - float arithmetics instead of double - new deviceSupports function
-
Vladislav Vinogradov authored
- fixed printCudaDeviceInfo for new CC - fixed some compilation errors and warnings - removed unset command from CMake script - removed unused std imports
-
- 19 Jan, 2013 1 commit
-
-
Vadim Pisarevsky authored
removed rarely used fixed_size parameter from AutoBuffer type, added optional AutoBuffer* but to cvarrToMat in order to speedup CvSeq->Mat conversion; finished conversion of convex hull and related functions to C++
-
- 18 Jan, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 16 Jan, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 07 Jan, 2013 1 commit
-
-
Anatoly Baksheev authored
-
- 22 Dec, 2012 1 commit
-
-
Andrey Kamaev authored
Revert "_InputArray/_OutputArray destructors are temporary made non-virtual. Please, restore it after 2.4.3" This reverts commit 4be7619c.
-
- 21 Dec, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 20 Dec, 2012 2 commits
-
-
Andrey Kamaev authored
-
takacsd authored
Fix a compilation error with MinGW gcc 4.7 with enabled C++11 support (-std=c++11). Issue number: #2555
-
- 15 Dec, 2012 1 commit
-
-
Anatoly Baksheev authored
-
- 10 Dec, 2012 1 commit
-
-
Anatoly Baksheev authored
-
- 08 Dec, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 05 Dec, 2012 1 commit
-
-
Vladislav Vinogradov authored
now create window only once per test case
-
- 03 Dec, 2012 1 commit
-
-
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 2 commits
-
-
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
-
Andrey Kamaev authored
-
- 26 Nov, 2012 1 commit
-
-
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 1 commit
-
-
Andrey Kamaev authored
This fixes output for 8U and 8S vector depths. They were mistakenly printed as characters instead of numbers.
-