opencv/modules
Chip Kerchner 5a6a49405d Merge pull request #15738 from ChipKerchner:bugInt64x2Comparison
Fixing bug with comparison of v_int64x2 or v_uint64x2

* Casting v_uint64x2 to v_float64x2 and comparing does NOT work in all cases.  Rewrite using epi64 instructions - faster too.

* Fix bad merge.

* Fix equal comparsion for non-SSE4.1. Add test cases for v_int64x2 comparisons.

* Try to fix merge conflict.

* Only test v_int64x2 comparisons if CV_SIMD_64F

* Fix compiler warning.
2019-10-22 16:37:20 +03:00
..
calib3d StereoBM algorithm updated to use wide universal intrinsics 2019-09-25 14:37:12 +03:00
core Merge pull request #15738 from ChipKerchner:bugInt64x2Comparison 2019-10-22 16:37:20 +03:00
cudaarithm
cudabgsegm
cudacodec
cudafeatures2d
cudafilters
cudaimgproc
cudalegacy build: eliminate CUDA warnings 2019-10-08 15:30:02 +03:00
cudaobjdetect suppress noisy warning 2019-08-08 21:49:32 +09:00
cudaoptflow suppress noisy warning 2019-08-08 21:49:32 +09:00
cudastereo
cudawarping
cudev
dnn Fix Darknet eltwise 2019-10-19 12:54:15 +03:00
features2d Assorted documentation fixes 2019-08-31 01:50:11 +03:00
flann Assorted documentation fixes 2019-08-31 01:50:11 +03:00
highgui Fixed OSX build with Qt 2019-09-13 15:23:59 +03:00
imgcodecs Update loadsave.cpp 2019-09-28 23:24:17 +03:00
imgproc Add documentation and example program for intersectConvexConvex 2019-10-19 22:08:07 -07:00
java javadoc: fix generation with OpenJDK 11 2019-10-16 18:14:07 +03:00
js Merge pull request #15480 from cancerberoSgx:estimateAffine2D 2019-09-30 21:35:26 +03:00
ml ml: add checks of empty train data 2019-09-22 11:12:19 +00:00
objdetect bug fix 2019-10-04 13:02:54 +03:00
photo Assorted documentation fixes 2019-08-31 01:50:11 +03:00
python fix pylint warnings 2019-10-16 18:49:33 +03:00
shape
stitching backport: fixed warnings produced by clang-9.0.0 2019-09-23 18:36:18 +03:00
superres
ts core(ipp): skip huge input in flip() 2019-10-14 18:26:19 +03:00
video Merge pull request #15274 from ChipKerchner:lkpyramidToHal 2019-08-28 18:56:48 +03:00
videoio dshow: Add ability to save direct show graph 2019-10-01 09:46:07 -07:00
videostab backport: fixed warnings produced by clang-9.0.0 2019-09-23 18:36:18 +03:00
viz COMP: Enabling build with recent VTK version 2019-10-16 10:04:41 -04:00
world
CMakeLists.txt