Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: RZ_A2M_Mbed_samples
dummy.h
00001 00002 #ifndef OPENCV_FLANN_DUMMY_H_ 00003 #define OPENCV_FLANN_DUMMY_H_ 00004 00005 namespace cvflann 00006 { 00007 00008 #if (defined WIN32 || defined _WIN32 || defined WINCE) && defined CVAPI_EXPORTS 00009 __declspec(dllexport) 00010 #endif 00011 void dummyfunc(); 00012 00013 } 00014 00015 00016 #endif /* OPENCV_FLANN_DUMMY_H_ */
Generated on Tue Jul 12 2022 18:20:17 by
