|
@@ -0,0 +1,16 @@
|
|
|
|
+/*
|
|
|
|
+ * Tutorial 02 - Grayscale Image Operations
|
|
|
|
+ * Sample Implementation
|
|
|
|
+ *
|
|
|
|
+ * @file 02_grayscale.cpp
|
|
|
|
+ * @brief Sample implementation for tutorial 01
|
|
|
|
+ * @date 09.03.2014
|
|
|
|
+ * @author Clemens-A. Brust
|
|
|
|
+ */
|
|
|
|
+
|
|
|
|
+/*
|
|
|
|
+ * Entry point
|
|
|
|
+ */
|
|
|
|
+int main(int argc, char** argv) {
|
|
|
|
+ return 0;
|
|
|
|
+}
|