opencv/modules/hal/src
2015-05-22 16:04:10 +03:00
..
arithm.cpp
color.cpp
filter.cpp
mathfuncs.cpp 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
matrix.cpp 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
precomp.hpp fixed some more compile warnings 2015-04-16 23:52:23 +03:00
resize.cpp
stat.cpp 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
warp.cpp