- 17 Mar, 2013 1 commit
-
-
marina.kolpakova authored
-
- 14 Mar, 2013 3 commits
-
-
marina.kolpakova authored
-
marina.kolpakova authored
-
marina.kolpakova authored
-
- 13 Mar, 2013 1 commit
-
-
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 3 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Vladislav Vinogradov authored
Fixed issues: #2737 #2848
-
- 09 Mar, 2013 3 commits
-
-
cuda_geek authored
-
marina.kolpakova authored
-
marina.kolpakova authored
-
- 01 Mar, 2013 1 commit
-
-
Artanis authored
In class Mat, "static MatExpr Mat::zeros(int ndims, const int* sz, int type)" and "static MatExpr Mat::ones(int ndims, const int* sz, int type)" are declared but never implemented. That means we can see their manuals from "http://docs.opencv.org/modules/core/doc/basic_structures.html" but we can't use them. Here I tried to finish their implementation. I have also changed MatOp_Initializer::assign to make it support multi-dimension Mat. Test cases are added in test_math.cpp as well.
-
- 28 Feb, 2013 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
rewritten several functions from calib3d: findhomography, findfundamentalmat, findessentialmat, estimateaffine3d, computecorrespondepilines, convert points{to/from}homogeneous to C++.
-
- 26 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 25 Feb, 2013 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
LeonidBeynenson authored
-
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 4 commits
-
-
LeonidBeynenson authored
-
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
-
- 18 Feb, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 14 Feb, 2013 2 commits
-
-
Daniil Osokin authored
-
Vadim Pisarevsky authored
-
- 11 Feb, 2013 1 commit
-
-
Bo Li authored
-
- 06 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
-
-
Vadim Pisarevsky authored
-
- 31 Jan, 2013 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 28 Jan, 2013 1 commit
-
-
Andy Maloney authored
-
- 25 Jan, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 23 Jan, 2013 3 commits
-
-
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
-
Andrey Kamaev authored
Introduced new Java API void org.opencv.core.Core.setErrorVerbosity(boolean verbose) used to suppress output to stderr from OpenCV's asserts
-