mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
fixing compilation on Android
This commit is contained in:
parent
3d54ce55f2
commit
8e48dd5cbd
@ -4,6 +4,9 @@ using namespace std;
|
||||
using namespace cv;
|
||||
using namespace perf;
|
||||
using namespace testing;
|
||||
using std::tr1::make_tuple;
|
||||
using std::tr1::get;
|
||||
|
||||
|
||||
CV_ENUM(BorderMode, BORDER_CONSTANT, BORDER_REPLICATE);
|
||||
CV_ENUM(InterType, INTER_NEAREST, INTER_LINEAR);
|
||||
|
Loading…
Reference in New Issue
Block a user