Vadim Pisarevsky
08c84e0c34
Merge pull request #3729 from bitstars:AsyncServiceHelper.java-Android-5-hotfix
10 years ago
Vadim Pisarevsky
caa03f72b7
Merge pull request #3694 from Ashod:jp2
10 years ago
Ashod Nakashian
f75f2ffd48
Jpeg2k color to greyscale conversion on non-Windows is done post decoding because system libjasper segfaults when decoding color images as greyscale.
10 years ago
Ashod Nakashian
54ab3137d5
Simplified temp filename generation.
10 years ago
Ashod Nakashian
6fd2fdc2e6
Jasper unit-tests and removed a superfluous assertion.
10 years ago
Ashod Nakashian
03ea24f298
Fix for decoding large Jp2 images on Windows.
...
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.
10 years ago
Andrew Senin
58f20a3b7f
Ximea camera fix (see issue #4235 )
10 years ago
Vadim Pisarevsky
085b4ca741
Merge pull request #3902 from apavlenko:doc_fix_imwrite_master
10 years ago
Vadim Pisarevsky
be9c6bdd67
Merge pull request #3901 from StevenPuttemans:add_breakrule_cascade_accuracy
10 years ago
Andrey Pavlenko
ed9f933d41
fixing confusing variable naming in a sample code
10 years ago
StevenPuttemans
796c15d3e6
fixing wrong equation in accuracy break rule
10 years ago
Vadim Pisarevsky
240b52151d
Merge pull request #3798 from StevenPuttemans:add_breakrule_cascade_accuracy
10 years ago
Vadim Pisarevsky
559dfa297d
Merge pull request #3813 from hahne:iss1915
10 years ago
StevenPuttemans
7e35f76d06
allowing people to manually define how sharp a cascade classifier model should be trained
10 years ago
Vadim Pisarevsky
a035d39158
Merge pull request #3892 from MSOpenTech:imgcodecs-contrib
10 years ago
Vadim Pisarevsky
246b7abe7e
Merge pull request #3869 from Dikay900:remove_unused_variable
10 years ago
Vadim Pisarevsky
da0e2c5bf3
Merge pull request #3889 from nitsch:fix-mingw-cmake
10 years ago
Vadim Pisarevsky
38ce0fe954
Merge pull request #3897 from sanchom:bugfix_4030
10 years ago
Simon Heinen
d2dc7f4c27
Update android+AsyncServiceHelper.java
...
small formatting fixes
10 years ago
Simon Heinen
0df9dc8fb9
Update android+AsyncServiceHelper.java
...
changed tabs in last commit to spaces
10 years ago
Sancho McCann
6593422c05
Bugfix: #4030 SVM auto-training.
10 years ago
Dikay900
952f9dbe62
initialize tiltedOffset variable at correct location
...
do not use this variable if it is not an tilted feature
10 years ago
Vadim Pisarevsky
5ab26e3202
Merge pull request #3874 from paroj:calib_sample
10 years ago
Vadim Pisarevsky
6aaa6a50e3
Merge pull request #3887 from MSOpenTech:update_py_script
10 years ago
Vadim Pisarevsky
80c79d4021
Merge pull request #3891 from mshabunin:fix-v4l2-link
10 years ago
Evgeny Agafonchikov
ae090fe10d
Functionality for relocation of tests
...
This allows to start run.py with --move_tests parameter to place tests
to another location and keep them runnable from there
10 years ago
Evgeny Agafonchikov
1f04f9d63b
Fixing help messages
...
--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
10 years ago
Maxim Kostin
75850a1351
Added sample imgcodecs logic to winrt sample app
...
- 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>
10 years ago
Pavel Rojtberg
7c5084e385
- update documentation
...
* 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
10 years ago
Maxim Kostin
412a2aa4ab
Added support for 'imgcodecs' module:
...
- Resolved GET_ENV and input type incompatibility
- Made libjpeg compile for WINRT. So does imgcodecs module.
- Updated .gitignore (log, tlog)
10 years ago
Roman Donchenko
149c1c16ba
cap_libv4l.cpp depends on both libv4l 1 and 2, so search for both
...
How this worked before, I do not know.
10 years ago
Alexander Nitsch
afd9de6f1b
Fix static/shared lib detection
...
The check for BUILD_SHARED_LIBS had its logic backwards. If this
variable is not defined we must assume a build of static libs.
10 years ago
Alexander Nitsch
66e653d24d
Remove local variables from CMAKE namespace
10 years ago
Alexander Nitsch
3fff0e5b3c
Fix MinGW detection on x86
...
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.
10 years ago
Alexander Nitsch
8f84a73b82
Fix MinGW architecture detection
...
Fix typo that would always lead to detection of x86 for MinGW
builds in the OpenCVConfig.cmake file.
10 years ago
Alexander Nitsch
2e86cedef2
Fix MinGW detection on x86
...
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.
10 years ago
Vadim Pisarevsky
864b4e3b26
Merge pull request #3873 from Dmitry-Me:reduceVariableScope10
10 years ago
Alexander Alekhin
13a9d4a61f
Merge pull request #3888 from alalek:fix_build
10 years ago
Alexander Alekhin
d326c77007
fix build (related to PR #3814 )
10 years ago
Vadim Pisarevsky
4b0543c887
Merge pull request #3883 from kmsquire:python_cmake_fix
10 years ago
Vadim Pisarevsky
fa9c9e791b
Merge pull request #3876 from vpisarev:mjpeg_codec
10 years ago
Vadim Pisarevsky
ff682a30b3
Merge pull request #3872 from mshabunin:add-rst-link
10 years ago
Alexander Alekhin
d279f127c1
Merge pull request #3884 from mshabunin:fix-vc10-build
10 years ago
Vadim Pisarevsky
602d2c33c0
added video writer quality, which user may change dynamically in the case of motion jpeg; enabled NEON intrinsics in the encoder
10 years ago
Maksim Shabunin
56b02331f7
Commented unused constants in the RHO algorithm
10 years ago
Maksim Shabunin
fab2a947ca
Fix build for VC10
10 years ago
Kevin Squire
5e354fa844
Allow PYTHON_LIBRARY and PYTHON_INCLUDE_DIR to actually be overridden
10 years ago
Vadim Pisarevsky
77cbddf715
Merge pull request #3847 from mshabunin:android-build
10 years ago
Vadim Pisarevsky
1381564a84
Merge pull request #3880 from vpisarev:fix_emd
10 years ago
Vadim Pisarevsky
10e0540e61
Merge pull request #3871 from potpath:patch-1
10 years ago