Commit 16ae6fa6 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

excluded from Android build

parent a09b5d1a
...@@ -47,6 +47,9 @@ ...@@ -47,6 +47,9 @@
// MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. // MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#include "precomp.hpp" #include "precomp.hpp"
#ifndef __arm__
#include <iostream> #include <iostream>
#include <limits> #include <limits>
...@@ -2145,3 +2148,5 @@ void SIFT::operator()(const Mat& img, const Mat& mask, ...@@ -2145,3 +2148,5 @@ void SIFT::operator()(const Mat& img, const Mat& mask,
vlsift.computeKeypointDescriptor((VL::float_t*)descriptors.ptr(pi), vlkpt, angleVal); vlsift.computeKeypointDescriptor((VL::float_t*)descriptors.ptr(pi), vlkpt, angleVal);
} }
} }
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment