- 14 Apr, 2015 1 commit
-
-
Vadim Pisarevsky authored
HAL extensions: added initial version of universal intrinsics (C implementation and SSE2, NEON - TBD). added empty files where some functionality from core and imgproc will be moved to
-
- 07 Apr, 2015 8 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Maksim Shabunin authored
-
Vadim Pisarevsky authored
2. Algorithm::load/save added (moved from StatModel) 3. copyrights updated; added copyright/licensing info for ffmpeg 4. some warnings from Xcode 6.x are fixed
-
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 3 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
-