- 07 Apr, 2015 4 commits
-
-
Maksim Shabunin authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
greensea authored
work_var_count and sample_count are both 32bit integer, if the product of work_var_count and sample_count is bigger than 2^31, the compiler will treat (work_var_count*sample_count) as a negative number. Force work_var_count as an unsigned 64bit integer to avoid this issue.
-
- 06 Apr, 2015 1 commit
-
-
Ying Xiong authored
-
- 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 3 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.
-