openCV library for Renesas RZ/A

Dependents:   RZ_A2M_Mbed_samples

Committer:
RyoheiHagimoto
Date:
Fri Jan 29 04:53:38 2021 +0000
Revision:
0:0e0631af0305
copied from https://github.com/d-kato/opencv-lib.

Who changed what in which revision?

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