- 16 Sep, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 15 Sep, 2013 3 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Alexander Alekhin authored
-
- 13 Sep, 2013 2 commits
-
-
Roman Donchenko authored
We never set it, and libdc1394 0.9.5 is obsolete anyway - 1.0 came out in 2004. Note that 1.0 doesn't have the do_extra_buffering parameter.
-
Ilya Lavrenov authored
-
- 12 Sep, 2013 4 commits
-
-
Roman Donchenko authored
This reverts commit 41b8479d, reversing changes made to 531471b0. Reason: breaks the build.
-
Ilya Lavrenov authored
-
Roman Donchenko authored
We don't use -Wcast-align ourselves, but the headers trigger warnings for those users who do, which is not nice.
-
Jin Ma authored
-
- 11 Sep, 2013 2 commits
- 10 Sep, 2013 3 commits
-
-
Alexander Smorkalov authored
It increases performance on some devices like Nexus4. Target Android SDK version increased up to 14.
-
Roman Donchenko authored
They're unsequenced if CV_IMIN3 or CV_IMAX3 are invoked more than once in a single expression.
-
Ilya Lavrenov authored
-
- 09 Sep, 2013 7 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Vadim Pisarevsky authored
added IPP optimization of separable 32f filters; fixed IPP version check in DFT; fixed conditions in IPP optimization of norm functions.
-
Ilya Lavrenov authored
-
Jin Ma authored
-
Jin Ma authored
-
Vladislav Vinogradov authored
-
- 07 Sep, 2013 1 commit
-
-
Jin Ma authored
-
- 06 Sep, 2013 5 commits
-
-
Roman Donchenko authored
begin_x[1] is not the second component of the element, but the element after the one pointed to begin_x. When begin_x points to the last element, that line overwrites data past the end of the allocation, which, during my tests, happened to contain the reference count for the matrix. Hilarity ensues.
-
Roman Donchenko authored
-
ilya-lavrenov authored
-
Roman Donchenko authored
-
Jin Ma authored
-
- 05 Sep, 2013 2 commits
-
-
Ilya Lavrenov authored
-
Jin Ma authored
-
- 04 Sep, 2013 6 commits
-
-
ilya-lavrenov authored
-
ilya-lavrenov authored
-
Roman Donchenko authored
-
Roman Donchenko authored
This is fixed upstream in mariusmuja/flann@b615f26, but that fix would break binary compatibility, so I had to make a different one. Since the bug isn't quite obvious, here's an explanation. In the const version of any::cast, if policy is a small_any_policy, its get_value returns its input argument. So r becomes a pointer to obj, and the return value is a reference to a local variable, which is invalidated when the function exits.
-
Jin Ma authored
-
Jin Ma authored
-
- 03 Sep, 2013 3 commits
- 02 Sep, 2013 1 commit
-
-
Vadim Pisarevsky authored
-