OSDN Git Service

Merge branch 'master' of git.sourceforge.jp:/gitroot/psychlops/cpp
[psychlops/cpp.git] / psychlops / extension / FileFormat / OpenCV / psychlops_g_OPENCV_bridge_dummy.cpp
diff --git a/psychlops/extension/FileFormat/OpenCV/psychlops_g_OPENCV_bridge_dummy.cpp b/psychlops/extension/FileFormat/OpenCV/psychlops_g_OPENCV_bridge_dummy.cpp
new file mode 100644 (file)
index 0000000..1d1720e
--- /dev/null
@@ -0,0 +1,36 @@
+/*
+ *  psychlops_g_PNG_bridge.cpp
+ *  Psychlops Standard Library (Universal)
+ *
+ *  Last Modified 2006/08/22 by Kenchi HOSOKAWA
+ *  (C) 2006- Kenchi HOSOKAWA, Kazushi MARUYA and Takao SATO
+ */
+
+#include <stdio.h>
+#include <stdlib.h>
+
+#include "../../../core/ApplicationInterfaces/psychlops_code_exception.h"
+#include "../../../core/graphic/psychlops_g_image.h"
+#include "psychlops_g_OPENCV_bridge.h"
+
+
+namespace Psychlops {
+namespace IMAGE_FORMATS {
+
+
+       OPENCV_BRIDGE::OPENCV_BRIDGE() {
+       }
+       OPENCV_BRIDGE::~OPENCV_BRIDGE() {
+       }
+
+
+       void OPENCV_BRIDGE::load(const char *file_name, Image * target) {\r
+               std::cout << "The compiler did not support OpenCV2." << std::endl;
+       }
+       void OPENCV_BRIDGE::save(const char *file_name, Image * target) {\r
+               std::cout << "The compiler did not support OpenCV2." << std::endl;
+       }
+
+
+}
+}