Stuart Cunningham
55b9c0374c
Fix cmake detection of build platform endianness
...
Improve comments to indicate actual usage of WORDS_BIGENDIAN where
it is tested with #ifdef rather than #if
11 years ago
Stuart Cunningham
5d43d3ca88
Fix Windows build of grfmt_tiff.cpp by using libtiff's integer types.
11 years ago
Stuart Cunningham
8bbce0a2a2
Fix reading of 16-bit TIFF images on big endian host.
...
Use correct integer types for arguments to TIFFGetField to avoid corruption
of values and failed loads of TIFF file when using cv::imread().
Added test where both big and little endian TIFF files are read using imread().
Fixed build of 3rdparty libtiff on big endian hosts.
Reduced memory required during decode_tile16384x16384 test by not converting
large grayscale test image to color image during read.
11 years ago
Roman Donchenko
bb4199b177
Merge pull request #2314 from ilya-lavrenov:typo
11 years ago
Ilya Lavrenov
281666887e
typo
11 years ago
Roman Donchenko
63dbe66b41
Merge pull request #2308 from jet47:gpu-tests-timeout
11 years ago
Roman Donchenko
3cc27c769c
Merge pull request #2309 from Nerei:fixed_cl_exe_hang_with_eigen
11 years ago
Anatoly Baksheev
becbfa6281
Fixed Cl.exe hang for VS2008 x64 with Eigen::exp() function
11 years ago
Vladislav Vinogradov
8b44a42a40
decrease input size for several gpu tests to fix "timed out" error:
...
* BruteForceNonLocalMeans
* OpticalFlowBM
11 years ago
Roman Donchenko
1d68a89947
Merge pull request #2303 from jet47:gpu-canny-fix
11 years ago
Roman Donchenko
48f95d92ae
Merge pull request #2294 from jet47:fix-gpu-issues
11 years ago
Vladislav Vinogradov
5dbdadb769
fixed several bugs in CUDA Canny implementation:
...
* out of border access in edgesHysteresisLocalKernel
* incorrect usage of atomicAdd
11 years ago
Roman Donchenko
5a8363a44e
Merge pull request #2301 from jet47:fix-nonfree-build
11 years ago
Roman Donchenko
d534d04f25
Merge pull request #2297 from asmorkalov:ocv_testdata_install_perms_fix
11 years ago
Vladislav Vinogradov
bfc27271e2
Revert "disable gpu Canny and HoughCircles perf tests:"
...
This reverts commit dbce90692a
.
11 years ago
Alexander Smorkalov
b86088b89c
Implicit testdata directory permissions setup added.
11 years ago
Roman Donchenko
c1b6bf21d5
Merge pull request #2300 from asmorkalov:android_no_cuda_not_armeabiv7a
11 years ago
Vladislav Vinogradov
3e1f74f2ca
fix nonfree module compilation without CUDA
11 years ago
Alexander Smorkalov
b10d4b05ed
dynamicuda module disabled in OpenCv.mk for all arches except armeabi-v7a.
11 years ago
Vladislav Vinogradov
5d099df578
Revert "disable CUDA generalized Hough Transform"
...
This reverts commit 33d42b740c
.
11 years ago
Vladislav Vinogradov
3e4bb371c8
fix epsilons for several gpu tests
11 years ago
Vladislav Vinogradov
b6ba1f226c
Revert "disable gpu CvtColor.*2HSV tests:"
...
This reverts commit 952027a853
.
11 years ago
Vladislav Vinogradov
da44a2fac1
Revert "disable gpu Subtract_Array test:"
...
This reverts commit e91bf95d58
.
11 years ago
Roman Donchenko
34b02f6437
Merge pull request #2276 from asmorkalov:android_install_cuda
11 years ago
Alexander Smorkalov
6ae4a9b09b
Multiple improvements in OpenCV examples build.
...
EMBED_CUDA and FORCE_EMBED_OPENCV flags added to cmake macro add_android_project;
INSTALL_CUDA_LIBRARIES option added to OpenCV.mk
opencv_dynamicuda library installation with enabled OPENCV_INSTALL_MODULES flag fixed;
CUDA initialization apportunity added to OpenCVLoader.initDebug();
Tutorial-4-CUDA sample reimplemented with static OpenCV and CUDA initialization.
11 years ago
Roman Donchenko
e91b818e3e
Merge pull request #2292 from asmorkalov:ocv_deb_tests_script_path_fix
11 years ago
Andrey Pavlenko
a078653ab4
Merge pull request #2285 from KonstantinMatskevich:ocl_test_cascade2.4
11 years ago
Alexander Smorkalov
530702c5f2
Absolute path to tests in opencv_run_app_tests.sh fixed.
11 years ago
Roman Donchenko
feed2c074d
Merge pull request #2288 from asmorkalov:android_project_properties_generation_fix
11 years ago
Alexander Smorkalov
65b4d77959
project.properties file generation fixed for per-component installation.
11 years ago
Roman Donchenko
4ab891e9e5
Merge pull request #2277 from asmorkalov:android_test_path_fix
11 years ago
Konstantin Matskevich
435615ba2e
update test CascadeClassifier
11 years ago
Roman Donchenko
ccda4bf008
Merge pull request #2274 from jet47:android-mk-fix
11 years ago
Alexander Smorkalov
0cd0e4749b
Tests install path fix for Android SDK.
11 years ago
Vladislav Vinogradov
286fe261d0
save previous values of LOCAL_* variables and restore them at the end
11 years ago
Vladislav Vinogradov
a098fb1803
fix path to CUDA libraries (use targets/armv7-linux-androideabi/lib)
11 years ago
Vadim Pisarevsky
b8c6adc569
Merge pull request #2178 from Nerei:viz_backport
11 years ago
Roman Donchenko
cd1ffd169c
Merge pull request #2261 from jet47:stitching-cuda-android
11 years ago
Andrey Pavlenko
a1ad1f0800
Merge pull request #2259 from ilya-lavrenov:ocl_surf
11 years ago
Vladislav Vinogradov
214cbabc40
update stitching sample
11 years ago
Vladislav Vinogradov
a138e5a6a5
turn on CUDA part of stitching module on Android for non-dynamic build
11 years ago
Vladislav Vinogradov
d8f7377122
turn on CUDA part of nonfree module on Android for non-dynamic build
11 years ago
Ilya Lavrenov
ede5b23753
rewrote perf tests for SURF
11 years ago
Roman Donchenko
2bef73c968
Merge pull request #2249 from jet47:gpu-tests-disable
11 years ago
Roman Donchenko
a518d7a1cb
Merge pull request #2248 from jet47:gpu-npp-disable
11 years ago
Roman Donchenko
9ef8aeadd3
Merge pull request #2247 from jet47:gpu-test-cufft
11 years ago
Roman Donchenko
e2db68f822
Merge pull request #2242 from jet47:gpu-test-fix
11 years ago
Vladislav Vinogradov
952027a853
disable gpu CvtColor.*2HSV tests:
...
possible bug in CPU version
11 years ago
Vladislav Vinogradov
e91bf95d58
disable gpu Subtract_Array test:
...
possible bug in CPU version
11 years ago
Vladislav Vinogradov
dbce90692a
disable gpu Canny and HoughCircles perf tests:
...
it fails because driver terminates CUDA kernels after time out
11 years ago