summaryrefslogtreecommitdiff
path: root/thirdparty/linux/include/opencv2/flann/dummy.h
diff options
context:
space:
mode:
authorshamikam2017-01-16 02:56:17 +0530
committershamikam2017-01-16 02:56:17 +0530
commita6df67e8bcd5159cde27556f4f6a315f8dc2215f (patch)
treee806e966b06a53388fb300d89534354b222c2cad /thirdparty/linux/include/opencv2/flann/dummy.h
downloadFOSSEE_Image_Processing_Toolbox-master.tar.gz
FOSSEE_Image_Processing_Toolbox-master.tar.bz2
FOSSEE_Image_Processing_Toolbox-master.zip
First CommitHEADmaster
Diffstat (limited to 'thirdparty/linux/include/opencv2/flann/dummy.h')
-rw-r--r--thirdparty/linux/include/opencv2/flann/dummy.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/thirdparty/linux/include/opencv2/flann/dummy.h b/thirdparty/linux/include/opencv2/flann/dummy.h
new file mode 100644
index 0000000..26bd3fa
--- /dev/null
+++ b/thirdparty/linux/include/opencv2/flann/dummy.h
@@ -0,0 +1,16 @@
+
+#ifndef OPENCV_FLANN_DUMMY_H_
+#define OPENCV_FLANN_DUMMY_H_
+
+namespace cvflann
+{
+
+#if (defined WIN32 || defined _WIN32 || defined WINCE) && defined CVAPI_EXPORTS
+__declspec(dllexport)
+#endif
+void dummyfunc();
+
+}
+
+
+#endif /* OPENCV_FLANN_DUMMY_H_ */