mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Gpu functionality in stitching module is excluded from Android build
This commit is contained in:
@@ -43,7 +43,9 @@
|
||||
#include "precomp.hpp"
|
||||
|
||||
using namespace std;
|
||||
#ifndef ANDROID
|
||||
using namespace cv::gpu;
|
||||
#endif
|
||||
|
||||
namespace cv {
|
||||
namespace detail {
|
||||
|
||||
Reference in New Issue
Block a user