- 14 Oct, 2013 1 commit
-
-
Han Qiang authored
Signed-off-by:
Han Qiang <a0byte@gmail.com>
-
- 10 Oct, 2013 2 commits
-
-
Ilya Lavrenov authored
-
Ilya Lavrenov authored
-
- 09 Oct, 2013 1 commit
-
-
Alexander Alekhin authored
Allow to build samples via OpenCV binaries from distribution package (find_package with OpenCV_DIR).
-
- 05 Oct, 2013 1 commit
-
-
Ilya Lavrenov authored
-
- 04 Oct, 2013 1 commit
-
-
StevenPuttemans authored
Added extra information for fitEllipse, minAreaRect and addapted ellipse & ellipse2Poly parameter description.
-
- 17 Sep, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 15 Sep, 2013 1 commit
-
-
Alexander Alekhin authored
-
- 12 Sep, 2013 1 commit
-
-
Roman Donchenko authored
We don't use -Wcast-align ourselves, but the headers trigger warnings for those users who do, which is not nice.
-
- 09 Sep, 2013 1 commit
-
-
Vadim Pisarevsky authored
added IPP optimization of separable 32f filters; fixed IPP version check in DFT; fixed conditions in IPP optimization of norm functions.
-
- 02 Sep, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 29 Aug, 2013 3 commits
-
-
kdrobnyh authored
-
Alexander Smorkalov authored
-
kdrobnyh authored
-
- 28 Aug, 2013 1 commit
-
-
Vadim Pisarevsky authored
fixed building OpenCV with IPP 6.x (different DFT API); added Canny and rectangular morphology (based on Alex Kapustin patches)
-
- 23 Aug, 2013 2 commits
-
-
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."
-
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.
-
- 21 Aug, 2013 5 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
- 16 Aug, 2013 1 commit
-
-
Alexander Smorkalov authored
initialization time.
-
- 15 Aug, 2013 2 commits
-
-
Alexander Smorkalov authored
for libpng added.
-
Dmitry Retinskiy authored
-
- 14 Aug, 2013 3 commits
-
-
Bahram Dahi authored
-
Bahram Dahi authored
-
Dmitry Retinskiy authored
-
- 08 Aug, 2013 1 commit
-
-
Roman Donchenko authored
Looks like we don't actually use them; when creating precompiled headers with Visual C++, a dummy .cpp is created at build time.
-
- 07 Aug, 2013 2 commits
-
-
Vadim Pisarevsky authored
-
StevenPuttemans authored
ReST directive was used. Also fixed some other ReST directives that were not correct and removed some warnings during buildbot checks.
-
- 06 Aug, 2013 1 commit
-
-
Vadim Pisarevsky authored
disabled 64f IPP DFT; added IPP Gaussian filter; added IPP GetRectSubPix; added IPP BilateralFilter (temporarily disabled)
-
- 04 Aug, 2013 1 commit
-
-
Alexander Smorkalov authored
-
- 02 Aug, 2013 2 commits
-
-
StevenPuttemans authored
-
Alexander Smorkalov authored
WITH_WINRT -> ENABLE_WINRT_MODE; Some temporary char* replaced with Ptr<char>; Build fix for regular WIN32; Windows Platform SDK and MSVC search added to cmake; Warinig fixes.
-
- 31 Jul, 2013 4 commits
-
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
Additional CMAKE flag WITH_WINRT added.
-
StevenPuttemans authored
- Used lunix style slashes - works on most systems - Removed all trailing whitespaces
-
- 29 Jul, 2013 1 commit
-
-
kdrobnyh authored
-