opencv on mbed

Dependencies:   mbed

Committer:
joeverbout
Date:
Thu Mar 31 21:16:38 2016 +0000
Revision:
0:ea44dc9ed014
OpenCV on mbed attempt

Who changed what in which revision?

UserRevisionLine numberNew contents of line
joeverbout 0:ea44dc9ed014 1
joeverbout 0:ea44dc9ed014 2 #ifndef OPENCV_FLANN_DUMMY_H_
joeverbout 0:ea44dc9ed014 3 #define OPENCV_FLANN_DUMMY_H_
joeverbout 0:ea44dc9ed014 4
joeverbout 0:ea44dc9ed014 5 namespace cvflann
joeverbout 0:ea44dc9ed014 6 {
joeverbout 0:ea44dc9ed014 7
joeverbout 0:ea44dc9ed014 8 #if (defined WIN32 || defined _WIN32 || defined WINCE) && defined CVAPI_EXPORTS
joeverbout 0:ea44dc9ed014 9 __declspec(dllexport)
joeverbout 0:ea44dc9ed014 10 #endif
joeverbout 0:ea44dc9ed014 11 void dummyfunc();
joeverbout 0:ea44dc9ed014 12
joeverbout 0:ea44dc9ed014 13 }
joeverbout 0:ea44dc9ed014 14
joeverbout 0:ea44dc9ed014 15
joeverbout 0:ea44dc9ed014 16 #endif /* OPENCV_FLANN_DUMMY_H_ */
joeverbout 0:ea44dc9ed014 17