- 08 Apr, 2015 1 commit
-
-
Сергей Нужный authored
commit 5c379aa1 Merge: e800800b 3646967d Author: Сергей Нужный <snuzhny@stc-spb.ru> Date: Wed Apr 8 12:44:46 2015 +0300 Merge branch 'master' of https://github.com/Nuzhny007/opencv commit e800800b Author: Сергей Нужный <snuzhny@stc-spb.ru> Date: Wed Apr 8 12:43:38 2015 +0300 Squashed commit of the following: commit 3646967d Author: Сергей Нужный <snuzhny@stc-spb.ru> Date: Tue Apr 7 15:48:30 2015 +0300 Fix bug in SVM::trainAuto commit 0c24ccf5 Author: Сергей Нужный <snuzhny@stc-spb.ru> Date: Tue Apr 7 15:43:59 2015 +0300 Revert "Fix bug in SVM::trainAuto" This reverts commit 225da022. commit 225da022 Author: Сергей Нужный <snuzhny@stc-spb.ru> Date: Tue Apr 7 15:09:47 2015 +0300 Fix bug in SVM::trainAuto commit 3646967d Author: Сергей Нужный <snuzhny@stc-spb.ru> Date: Tue Apr 7 15:48:30 2015 +0300 Fix bug in SVM::trainAuto commit 0c24ccf5 Author: Сергей Нужный <snuzhny@stc-spb.ru> Date: Tue Apr 7 15:43:59 2015 +0300 Revert "Fix bug in SVM::trainAuto" This reverts commit 225da022. commit 225da022 Author: Сергей Нужный <snuzhny@stc-spb.ru> Date: Tue Apr 7 15:09:47 2015 +0300 Fix bug in SVM::trainAuto
-
- 06 Apr, 2015 1 commit
-
-
Nuzhny007 authored
merge with itseez/opencv/master
-
- 05 Apr, 2015 3 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
- 04 Apr, 2015 4 commits
-
-
Ashod Nakashian authored
Jpeg2k color to greyscale conversion on non-Windows is done post decoding because system libjasper segfaults when decoding color images as greyscale.
-
Ashod Nakashian authored
-
Ashod Nakashian authored
-
Ashod Nakashian authored
On Windows, the tmpnam function returns a temp filename in the current directory, which has a prepended backslash '\\'. This subsequently fails the open function. This patch creates a proper temp filename in the temp folder and makes unlike work by opening the file as short-lived.
-
- 03 Apr, 2015 8 commits
-
-
Andrew Senin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Andrey Pavlenko authored
-
StevenPuttemans authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
StevenPuttemans authored
-
- 02 Apr, 2015 6 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Simon Heinen authored
small formatting fixes
-
Simon Heinen authored
changed tabs in last commit to spaces
-
- 01 Apr, 2015 6 commits
-
-
Sancho McCann authored
-
Dikay900 authored
do not use this variable if it is not an tilted feature
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Evgeny Agafonchikov authored
This allows to start run.py with --move_tests parameter to place tests to another location and keep them runnable from there
-
- 31 Mar, 2015 5 commits
-
-
Evgeny Agafonchikov authored
--help message and starting run.py w/o parameters generate different messages E. g. w/ and w/o build_path in the end build_path is required, removing square brackets
-
Maxim Kostin authored
- Made use imread() in OcvImageProcessing sample. - Added test/sample logic to verify file creation via imgcodecs. Signed-off-by:
Maxim Kostin <v-maxkos@microsoft.com>
-
Pavel Rojtberg authored
* correct the part about fixed aspect * improve formatting * add snippet markers to source * replace inline code by @snippet - do not run calibration twice when using a imageList - make output consistent in itself (CamelCase vs no_camel_case) as well as with old camera calibrate sample - respect write extrinsic/ points flags - set the aspectRatio value when specified - fix writing of calibration settings. also update grammar. - fix intendation and remove some size_t -> int casts by using size_t
-
Maxim Kostin authored
- Resolved GET_ENV and input type incompatibility - Made libjpeg compile for WINRT. So does imgcodecs module. - Updated .gitignore (log, tlog)
-
Roman Donchenko authored
How this worked before, I do not know.
-
- 30 Mar, 2015 6 commits
-
-
Alexander Nitsch authored
The check for BUILD_SHARED_LIBS had its logic backwards. If this variable is not defined we must assume a build of static libs.
-
Alexander Nitsch authored
-
Alexander Nitsch authored
Make detection of x64 using the gcc's target triplet identical to the one used in cmake/OpenCVDetectCXXCompiler.cmake. Otherwise, MinGW-w64 setups will always be treated as x64 since they contain "w64" as vendor key.
-
Alexander Nitsch authored
Fix typo that would always lead to detection of x86 for MinGW builds in the OpenCVConfig.cmake file.
-
Alexander Nitsch authored
MinGW-w64 always uses "w64" as vendor key which the previously used check for "64" anywhere in the target triplet matched. This would lead to MinGW-w64 setups always being treated as x64. Turns out we do not even need this additional check since the architecture has been correctly determined earlier in this file. No need to do it again.
-
Vadim Pisarevsky authored
-