- 28 Aug, 2013 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
fixed building OpenCV with IPP 6.x (different DFT API); added Canny and rectangular morphology (based on Alex Kapustin patches)
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 27 Aug, 2013 4 commits
-
-
ilya-lavrenov authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Vladislav Vinogradov authored
do not calculate sum of error in every round of iteration; instead the error will be summed every 2nd times or more, if the previous sum of error is too far away from threshold.
-
- 26 Aug, 2013 5 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
ilya-lavrenov authored
-
ilya-lavrenov authored
-
- 23 Aug, 2013 18 commits
-
-
Vladislav Vinogradov authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Alexander Shishkov authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Vladislav Vinogradov authored
* use explicit extrapolation only for sub-matrixes * use built-in interpolation for INTER_NEAREST mode
-
Vladislav Vinogradov authored
-
Vladislav Vinogradov authored
-
Alexander Shishkov authored
-
Alexander Shishkov authored
-
MarkBelmont authored
Changed the brief description of function Mat::colRange from "Create a matrix header for the specified row span." to "Create a matrix header for the specified column span."
-
Kirill Kornyakov authored
-
Vladislav Vinogradov authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
peng xiao authored
On a 32-bit compiler the calculation may result in data (size_t) overflow when running some paralleled algorithms (which can safely run on a 64-bit compiler). This bug is found when running OpenCV's Retina tutorial on 32bit VS2010.
-
- 22 Aug, 2013 8 commits
-
-
Roman Donchenko authored
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
Roman Donchenko authored
* There's no OPENCV_BINARY_DIR variable; * No need to append CMakeFiles/CMakeTmp, as CMake does it for you; * Output variables are unused; * Wrong usage of CMAKE_FLAGS; * Small quoting and style issues.
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Alexander Smorkalov authored
-
- 21 Aug, 2013 1 commit
-
-
Roman Donchenko authored
-