opencv/modules/flann
Lindsay Roberts 7c72e095fa Fix Flann compilation under nvcc + NEON
All <arm_neon.h> includes in core/cv_cpu_dispatch.h are protected by an
ifndef __CUDACC__ to prevent attempting to use neon intrinsics when
compiling cuda kernels (.cu) -- this prevents hard errors such as
  error: identifier "__builtin_neon_qi" is undefined

Add this same protection to flann/dist.h to fix compilation involving
flann.hpp.
2019-02-19 15:11:01 +02:00
..
include/opencv2 Fix Flann compilation under nvcc + NEON 2019-02-19 15:11:01 +02:00
misc/python Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
src Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
test ts: refactor OpenCV tests 2018-02-03 19:39:47 +00:00
CMakeLists.txt Python support 2015-03-02 18:13:00 +03:00