mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Fix binary compatibility of opencv_flann
This commit is contained in:
@@ -331,7 +331,7 @@ buildIndex(void*& index, const Mat& data, const IndexParams& params, const Dista
|
||||
#if CV_NEON
|
||||
typedef ::cvflann::Hamming<uchar> HammingDistance;
|
||||
#else
|
||||
typedef ::cvflann::HammingLUT HammingDistance;
|
||||
typedef ::cvflann::HammingLUT2 HammingDistance;
|
||||
#endif
|
||||
|
||||
Index::Index()
|
||||
|
||||
Reference in New Issue
Block a user