excluded from Android build

pull/13383/head
Vadim Pisarevsky 15 years ago
parent a09b5d1a23
commit 16ae6fa6ad
  1. 5
      modules/features2d/src/sift.cpp

@ -47,6 +47,9 @@
// MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#include "precomp.hpp"
#ifndef __arm__
#include <iostream>
#include <limits>
@ -2145,3 +2148,5 @@ void SIFT::operator()(const Mat& img, const Mat& mask,
vlsift.computeKeypointDescriptor((VL::float_t*)descriptors.ptr(pi), vlkpt, angleVal);
}
}
#endif

Loading…
Cancel
Save