Alexander Alekhin
18ff806d5b
Merge pull request #10304 from catree:add_tutorial_homography
7 years ago
Alexander Alekhin
d0684ac139
Merge pull request #10309 from seiko2plus:issue10308
7 years ago
Sayed Adel
a8ae9cab08
3rdparty:libpng[1.6.34] Add missing support for PowerPC/VSX
7 years ago
Vadim Pisarevsky
84535a60f2
Merge pull request #10307 from savuor:fix/expect_softfloat
7 years ago
Tomoaki Teshima
ca1a0a1108
core: remove raw SSE2/NEON implementation from convert.cpp ( #9831 )
...
* remove raw SSE2/NEON implementation from convert.cpp
* remove raw implementation from Cvt_SIMD
* remove raw implementation from cvtScale_SIMD
* remove raw implementation from cvtScaleAbs_SIMD
* remove duplicated implementation cvt_<float, short>
* remove duplicated implementation cvtScale_<short, short, float>
* add "from double" version of Cvt_SIMD
* modify the condition of test ConvertScaleAbs
* Update convert.cpp
fixed crash in cvtScaleAbs(8s=>8u)
* fixed compile error on Win32
* fixed several test failures because of accuracy loss in cvtScale(int=>int)
* fixed NEON implementation of v_cvt_f64(int=>double) intrinsic
* another attempt to fix test failures
* keep trying to fix the test failures and just introduced compile warnings
* fixed one remaining test (subtractScalar)
7 years ago
Rostislav Vasilikhin
7d18f49a49
SoftFloat tests: assert => expect
7 years ago
Alexander Alekhin
6cedc82799
Merge pull request #10274 from alalek:update_3rdparty
7 years ago
catree
b417fb0939
Add tutorial and codes for the homography tutorial.
7 years ago
Alexander Alekhin
cd4176104d
3rdparty: update libwebp 0.6.1
7 years ago
Alexander Alekhin
5c709f4aaa
3rdparty: update libtiff 4.0.9
7 years ago
Alexander Alekhin
ae5e1f8ece
3rdparty: eliminate jasper build warning
7 years ago
Alexander Alekhin
a9de6900e5
cmake(3rdparty): BUILD_ options before WITH_ options
7 years ago
Suleyman TURKMEN
83b5b86f7d
3rdparty: update libjpeg 9b
7 years ago
Alexander Alekhin
ca46171246
3rdparty: libpng patch
7 years ago
Suleyman TURKMEN
d4e2e6279c
3rdparty: update libpng 1.6.34
7 years ago
Suleyman TURKMEN
197078e331
3rdparty: update zlib 1.2.11
7 years ago
Vadim Pisarevsky
d0d2faf551
Merge pull request #10294 from alalek:fix_copyToMask_dst_initialization
7 years ago
Vadim Pisarevsky
a4b5eabccf
Merge pull request #10299 from alalek:cmake_imported_configuration_remap
7 years ago
Vadim Pisarevsky
7b701fee60
Merge pull request #10302 from alalek:issue_10254
7 years ago
Vadim Pisarevsky
99183e98d3
Merge pull request #10293 from alalek:fix_persistence_with_deprecated_traits
7 years ago
Alexander Alekhin
c231472ad6
Merge pull request #10290 from tomoaki0705:fixVS2012Round
7 years ago
Alexander Alekhin
9930076dc5
core(test): avoid filename duplicates in tests
7 years ago
Tomoaki Teshima
ecb6bcf2e0
fix build error on Visual Studio 2012
...
* round doesn't exists in standard library of Visual Studio 2012
* apply the correct computation of ROI
7 years ago
Alexander Alekhin
74f1295756
Merge pull request #10295 from alalek:cmake_workaround_download_log_issue
7 years ago
Alexander Alekhin
3966595f9a
Merge pull request #10300 from alalek:cmake_timestamp_update
7 years ago
Alexander Alekhin
0fcc6f5d60
Merge pull request #10282 from alalek:cmake_tbb_version
7 years ago
Alexander Alekhin
3e45795232
cmake: update timestamp status
...
- avoid unnecessary rebuilding of OpenCV libraries
- use timestamp of the first launch of CMake
- to return to previous behavior use `-UOPENCV_TIMESTAMP` CMake option
7 years ago
Vitaly Tuzov
51cb56ef2c
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. ( #9468 )
7 years ago
Alexander Alekhin
f39ee9c6a1
cmake: rework MAP_IMPORTED_CONFIG to prevent unintended build failures
...
Introduce CMake variable OPENCV_MAP_IMPORTED_CONFIG which controls this behaviour
Added defaults for MSVS targets
7 years ago
Vadim Pisarevsky
84ee4d701a
Merge pull request #10297 from tomoaki0705:suppressOclWarning
7 years ago
Tomoaki Teshima
267c5a747b
suppress warnings on OpenCL build
...
* stop re-enabling the warning C4127
* disabling is done in CMakeLists.txt
7 years ago
Alexander Alekhin
edadcfa7d9
cmake: add option to workaround issue observed with old CMake
...
CMake message contains this: "Invalid escape sequence \"
7 years ago
Alexander Alekhin
62ed6cdc74
core: fix copyTo(with mask) dst initialization
7 years ago
Alexander Alekhin
ce20efb8e7
Merge pull request #9804 from woodychow:optimize_cveigen
7 years ago
Alexander Alekhin
825b14278e
core: fix persistence with deprecated traits
7 years ago
Alexander Alekhin
8d4777c81d
cmake: generate tbb version file
7 years ago
Alexander Alekhin
c0b6061a5e
core(test): Core_Eigen.vector_32 use relative norm
7 years ago
Alexander Alekhin
2324674dfb
core(test): update eps in testEigen<float>: 1e-6 => 1e-4
7 years ago
Alexander Alekhin
53b5afbba9
core(test): refactor Java Eigenvalues/PCA tests
7 years ago
Alexander Alekhin
d48d2d7fe2
core(test): refactor PCA test
...
- CV_L2 -> relative NORM_L2
- eigenEps: 1e-6 ==> 1e-4
- evalEps: 1e-6 ==> 1e-5
- evecEps: 1e-3 ==> 5e-3
- RNG seed: 12345
- drop non-informative legacy test code (ts->printf, etc)
7 years ago
Alexander Alekhin
b0bce60c16
Merge pull request #10284 from alalek:dnn_debug_error
7 years ago
Alexander Alekhin
eff42f6387
dnn: more debug info
7 years ago
Alexander Alekhin
5404930112
Merge pull request #9260 from Cartucho:add_python_signatures
7 years ago
Alexander Alekhin
e49febb70f
Merge pull request #10269 from terfendail:softdouble_round
7 years ago
Vadim Pisarevsky
7e680bd9ff
Merge pull request #10215 from dkurt:dnn_js
7 years ago
Vadim Pisarevsky
766a0c0f25
Merge pull request #10277 from pengli:dnn
7 years ago
Vadim Pisarevsky
9fa505027a
Merge pull request #10263 from mshabunin:embedded-build
7 years ago
Vadim Pisarevsky
61c2f094b9
Merge pull request #10280 from alalek:python_cv2_to_cv
7 years ago
Vadim Pisarevsky
558b17dede
Merge pull request #10231 from alalek:ocl_refactor_program_api
7 years ago
Vitaly Tuzov
86b128dbb3
Added implementation of softdouble rounding to int64_t
7 years ago