Maksim Shabunin
0e5c710757
Fix documentation warning
2015-12-03 17:30:45 +03:00
Maksim Shabunin
5c5d0e6743
Fixed NEON compilation issue
2015-12-03 15:41:23 +03:00
Maksim Shabunin
5473dbebed
Fixed some build issues
2015-12-03 15:25:42 +03:00
Maksim Shabunin
98f5fcd86e
HAL: fixed header path
2015-12-03 14:56:15 +03:00
Maksim Shabunin
b4bcdd10a1
HAL: improvements
...
- added new functions from core module: split, merge, add, sub, mul, div, ...
- added function replacement mechanism
- added example of HAL replacement library
2015-12-03 14:43:37 +03:00
jisli
251610f6a1
fix header problem(can't find cstdint) on OSX platform
2015-10-23 15:25:26 -07:00
Maksim Shabunin
603864dba2
Warning fix
2015-09-14 12:15:56 +03:00
Maksim Shabunin
a275489f0a
HAL universal intrinsics tests and documentation
2015-09-11 18:36:13 +03:00
Maksim Shabunin
6a6ccf6032
v_extract universal intrinsic
2015-07-24 14:05:28 +03:00
Maksim Shabunin
7b784fa2ea
Fixed transpose intrinsic prefix for NEON
2015-06-25 18:19:23 +03:00
Maksim Shabunin
00fb8a3abf
Merge pull request #4103 from mtamburrano:master
2015-06-18 11:41:13 +00:00
manuele
a55a8c9aa5
Enable NEON optimization for cvRound on newer devices
2015-06-18 11:19:46 +02:00
Alexander Alekhin
8184e57dd6
fix tests build (win,shared,world)
2015-06-05 16:30:36 +03:00
Ilya Lavrenov
13cd052990
typo
2015-05-25 11:21:02 +03:00
Vadim Pisarevsky
d2aaa70e93
removed HAL calls from public OpenCV headers; put IPP calls back to hall:sqrt() and such (but they are disabled for now)
2015-05-22 16:04:10 +03:00
Vadim Pisarevsky
feb5b6aa93
increased singularity epsilon in LU decomposition. This solved singular case from http://code.opencv.org/issues/3305 . Added the respective test.
2015-05-14 10:42:55 +03:00
Vadim Pisarevsky
d280205245
fixed compile errors on ARM, as well as failures in OCL_Dft* regression tests
2015-05-06 10:00:10 +03:00
Vadim Pisarevsky
9fbd1d68ad
refactored div & pow funcs; added tests for special cases in pow() function.
...
fixed http://code.opencv.org/issues/3935
possibly fixed http://code.opencv.org/issues/3594
2015-05-01 21:49:11 +03:00
Vadim Pisarevsky
6916a1438f
fixed some newly introduced compile errors and warnings
2015-04-20 21:34:37 +03:00
Vadim Pisarevsky
ca9a2887fc
extended universal intrinsics: added 64-bit integers, improved shift operators, renamed "pack" operations; changed semantics of extended integer multiplication, added v_dotprod.
...
also, split intrinsics into separate files. C implementation is compiled only when none of SSE2 or NEON is available.
2015-04-20 20:27:03 +03:00
Vadim Pisarevsky
92f2ad0a11
trying to fix test failures (take 2)
2015-04-17 11:32:20 +03:00
Vadim Pisarevsky
17675b4cb8
trying to fix test failures
2015-04-17 10:51:49 +03:00
Vadim Pisarevsky
ce7590bd24
continuing fixing universal intrinsics
2015-04-17 08:32:06 +03:00
Vadim Pisarevsky
bfbf864a73
fixed some more compile warnings (2)
2015-04-17 00:13:08 +03:00
Vadim Pisarevsky
1fcc83b84b
fixed some more compile warnings
2015-04-16 23:52:23 +03:00
Vadim Pisarevsky
c7121e8772
fixed compile warnings
2015-04-16 23:42:00 +03:00
Vadim Pisarevsky
ee11a2d266
fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions
2015-04-16 23:00:26 +03:00
Vadim Pisarevsky
a2bba1b9e6
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
2015-04-15 00:36:27 +03:00
Maksim Shabunin
35b2139929
Basic HAL module
2015-04-07 18:16:22 +03:00