Vladislav Vinogradov
0c57dc2e00
rewrite add_test command for accuracy tests:
...
* use new syntax introduced in CMake 2.8.0
* set OPENCV_TEST_DATA_PATH enviroment property
10 years ago
Vladislav Vinogradov
07bd58a0e8
turn on testing support in root binary directory
10 years ago
Vadim Pisarevsky
7bff337828
Merge pull request #3350 from Trundle:fix_some_tiff_crashes
10 years ago
Andreas Stührk
24580e348a
TIFF loader: Pass buffer size to read functions.
10 years ago
Andreas Stührk
cfdcf9f2d2
TIFF loader: Allocate large enough buffer when (bpp * ncn) > 8.
10 years ago
Andreas Stührk
63ac69cadf
Fix test name.
10 years ago
Vadim Pisarevsky
263621aed8
Merge pull request #3341 from jet47:deb-package-lib-symlinks
10 years ago
Vadim Pisarevsky
40efd17be4
Merge pull request #3346 from Nerei:fixed_memory_leak_in_viz
10 years ago
Anatoly Baksheev
0f2b7fbc45
viz: fixed memory leak, issue 3961
10 years ago
Vadim Pisarevsky
1ce31dcd62
Merge pull request #3340 from AdLantis:2.4
10 years ago
Vladislav Vinogradov
f55c1cc0fb
fix installation layout for debian packages:
...
Install symlinks to shared libraries as a part of development package,
not runtime package.
It is default behavior for debian packages.
10 years ago
Thomas Weisbach
81c0537b0c
iOS: fix crash from overrelease in UIImageToMat
10 years ago
Vadim Pisarevsky
32f978ff4b
Merge pull request #3337 from tstellarAMD:2.4-ocl-context-cleanup-fix
10 years ago
Tom Stellard
8f3b876ee6
ocl: Change static variable order in cl_context.cpp to avoid crashes during destruction
...
ContextImpl::currentContext contains a reference to one of the
DeviceInfoImpl objects from:
static std::vector<DeviceInfoImpl> global_devices;
ContextImpl::currentContext is destroyed in the destructor
for the statically defined object __module, and relies on its
DeviceInfoImpl reference to query some hardware features while
being destroyed.
This means that we need to ensure that the global_devices vector is
destroyed affter __module, otherwise ContextImpl::currentContext's
DeviceInfoImpl reference will no longer be valid when __module is
destroyed.
Since these variables are all confined to a single compilation unit,
they will be destruct from bottom to top, so we need to make sure
that __module is the bottom definition so it can be destroyed first.
10 years ago
Vadim Pisarevsky
6b0cd392f0
Merge pull request #3331 from tSed:opencv-2.4.x/fix-x86-PIC-compilation
10 years ago
Samuel Martin
ea50be0529
core: fix x86 PIC code compilation
...
This bug was triggered by Buildroot autobuilders [1,2], causing this
kind of failures [3,4]:
[ 14%] Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/system.cpp.o
/home/test/autobuild/instance-0/output/build/opencv-2.4.10/modules/core/src/system.cpp: In function '(static initializers for /home/test/autobuild/instance-0/output/build/opencv-2.4.10/modules/core/src/system.cpp)':
/home/test/autobuild/instance-0/output/build/opencv-2.4.10/modules/core/src/system.cpp:280:10: error: inconsistent operand constraints in an 'asm'
make[3]: *** [modules/core/CMakeFiles/opencv_core.dir/src/system.cpp.o] Error 1
[1] http://buildroot.org/
[2] http://autobuild.buildroot.org/
[3] http://autobuild.buildroot.org/?reason=opencv-2.4.10
[4] http://autobuild.buildroot.org/results/483/4838285b25d6293a5cf0bb9eadd5040a7c75d766/build-end.log
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
10 years ago
Vadim Pisarevsky
b11b08b478
Merge pull request #3265 from BKNio:putText_develop
10 years ago
Vadim Pisarevsky
a5e89bf724
Merge pull request #3329 from taka-no-me:patch-1
10 years ago
Vadim Pisarevsky
0d196529f7
Merge pull request #3300 from rohitrawat:bug_3787_docs_NAryMatIterator
10 years ago
Vadim Pisarevsky
77b57459c4
Merge pull request #3327 from JonasVautherin:patch_cmake_android_r10
10 years ago
Andrey Kamaev
5dde172452
silence cmake 3.0+ warnings on LOCATION attribute
10 years ago
Jonas Vautherin
d83372a8dc
Patch for NDK r10
10 years ago
Dinar Ahmatnurov
5a797ae7de
fix issue with font;
10 years ago
Vadim Pisarevsky
ff8e32453b
Merge pull request #3307 from ilya-lavrenov:ffmpeg_rtsp
10 years ago
Ilya Lavrenov
fb2012def2
TCP instead of UDP
10 years ago
Vadim Pisarevsky
d7ba03a9cb
Merge pull request #3298 from a-wi:DShow_capture
10 years ago
Vadim Pisarevsky
1e744bf5b1
Merge pull request #3309 from nisargthakkar:Thickness1NoLineCV_AA
10 years ago
Vadim Pisarevsky
8364ea3954
Merge pull request #3311 from BarneyBear:2.4-drawMatches-flag-fix
10 years ago
Vadim Pisarevsky
c24e6f7ae9
Merge pull request #3316 from nisargthakkar:Bug3887
10 years ago
Vadim Pisarevsky
ed2fb773cd
Merge pull request #3319 from Trundle:tiff_infinite_rowsperstrip
10 years ago
Andreas Stührk
afb164cc15
Don't allocate lots of memory when reading TIFFs with infinite rows per strip.
...
Some TIFF images consist of only one strip. The magic value 2**32-1 for the
"rows per strip" tag reflects that fact, effectively meaning "infinite".
10 years ago
Nisarg Thakkar
474897ff01
Made some changes specefict to 4 channel images. Fixed step value for tptr
10 years ago
Nisarg Thakkar
29fb2b6e47
Fixed doc for Bug #3887
...
Fixed doc for Bug #3887
10 years ago
Niklas Frisk
af72e6b8f4
Fixes #3910 , flags in _prepareImgAndDrawKeypoints are now binary OR'ed instead of added.
10 years ago
Rohit Rawat
2ad8c6dbd0
Fixing bug in NAryMatIterator documentation(Bug #3787 ).
...
Fixed the non-working code example for NAryMatIterator.
The documentation of NAryMatIterator in file:
modules/core/include/opencv2/core/core.hpp has a working example which
was used for these edits.
10 years ago
Artur Wieczorek
5c96021172
Fixed getting CV_CAP_PROP_FOURCC property value
...
Save selected FCC in order to return proper CV_CAP_PROP_FOURCC property value (currently FCC for RGB24 is always returned).
10 years ago
Artur Wieczorek
4b1bb702ce
Fixed media type GUID for I420 format in DShow capture.
...
FOURCC code bytes should be placed in the reverse order.
10 years ago
Maksim Shabunin
a77a2f357c
Merge pull request #3297 from asmorkalov:ocv_docs_fix
10 years ago
Artur Wieczorek
7e78b5d06e
Fixed selecting media type in DShow video capture.
...
Set correct value of sample size when calling IAMStreamConfig::SetFormat function. For non-RGB media type it can be set to zero value.
(See http://msdn.microsoft.com/en-us/library/windows/desktop/dd373477%28v=vs.85%29.aspx )
10 years ago
Alexander Smorkalov
11c81067dc
doc/check_docs2.py warnings fixes
10 years ago
Andrey Pavlenko
7018f94959
Merge pull request #3288 from StevenPuttemans:fix_ts_dependencies
10 years ago
Andrey Pavlenko
533fde66e3
Merge pull request #3281 from a-wi:MSMF_remove_ATL_dependency
10 years ago
Andrey Pavlenko
5bd18155be
Merge pull request #3290 from asmorkalov:android_disable_fisheye.rectify_for_tegra
10 years ago
Andrey Pavlenko
aa6b5ac124
Merge pull request #3291 from asmorkalov:android_superres_video_check
10 years ago
Alexander Smorkalov
ca40a749b6
Turn off superres accuracy tests if video i/o is not supported.
10 years ago
Roman Donchenko
d54d580f79
Merge pull request #3275 from asmorkalov:ocv_gstreamer_backport
10 years ago
Roman Donchenko
774d6c1d0a
Merge pull request #3285 from asmorkalov:android_servive_big.little_fix
10 years ago
Roman Donchenko
302d80d744
Merge pull request #3287 from asmorkalov:android_manager_version_inc5
10 years ago
Alexander Smorkalov
286c6b496d
OpenCV Manager hardware detector workaround for not detected ARM SoC support.
10 years ago
Maksim Shabunin
44da1f795f
Merge pull request #3282 from asmorkalov:android_exclude_ocl
10 years ago