- 17 Apr, 2014 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 07 Apr, 2014 1 commit
-
-
vbystricky authored
-
- 04 Feb, 2014 1 commit
-
-
Alexander Alekhin authored
-
- 17 Jan, 2014 2 commits
-
-
Roman Donchenko authored
See 092f916d for explanation. This reverts commit 4f9c081d.
-
Roman Donchenko authored
That commit introduces problems, as it breaks certain use cases of OpenCV functions; for example, convertTo of an Nx1 matrix to an std::vector. Since vectors can't store separate width and height values, OpenCV considers them to always be 1xN. So even though the vector is created with .create(N, 1), the Mat passed to getContinousSize has dimensions 1xN, and the size comparison fails, even though the operation itself is safe. This is a use case we probably don't want to break, at the very least for backwards compatibility. So I'm reverting the commit. This will also unfix bug #3319; I'll submit a less intrusive solution as a PR to 2.4, which will also revert 4f9c081d there.
-
- 31 Dec, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 16 Dec, 2013 1 commit
-
-
Roman Donchenko authored
-
- 13 Dec, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 11 Dec, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 10 Dec, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 20 Nov, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 18 Nov, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 22 Oct, 2013 2 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 02 Sep, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 10 Jul, 2013 1 commit
-
-
Roman Donchenko authored
-
- 10 Jun, 2013 2 commits
-
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
- 09 Apr, 2013 1 commit
-
-
Andrey Kamaev authored
* Drop some low level API * Remove outdated overloads * Utilize Input/OutputArray
-
- 08 Apr, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 01 Apr, 2013 3 commits
-
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
Andrey Kamaev authored
-
- 28 Mar, 2013 1 commit
-
-
Vladislav Vinogradov authored
-
- 20 Mar, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 14 Mar, 2013 1 commit
-
-
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>
-
- 06 Feb, 2013 1 commit
-
-
Andrey Kamaev authored
-
- 17 Oct, 2012 2 commits
-
-
OpenCV Buildbot authored
-
OpenCV Buildbot authored
-
- 03 Aug, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 02 Aug, 2012 1 commit
-
-
Ilya Lavrenov authored
-
- 24 Jul, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 28 Jun, 2012 1 commit
-
-
Marina Kolpakova authored
-
- 21 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 15 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 12 Jun, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 30 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
-
- 20 Apr, 2012 1 commit
-
-
Vadim Pisarevsky authored
added dedicated <modname>_init.cpp files with initModule_<modname>() functions and all the relevant structures; made BackgroundSubtractorMOG/MOG2 derivatives from Algorithm; cleaned up MOG2 implementation and made it multi-threaded.
-