summaryrefslogtreecommitdiff
path: root/rotord/cvimage.h
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-07-26 16:28:57 +0100
committerTim Redfern <tim@herge.(none)>2013-07-26 16:28:57 +0100
commit6f7be98c7289aedd9e45f9fafcc67ac6348cebf2 (patch)
treef0636df3c5c1b6d34ad0a5c62c8c52454220c32c /rotord/cvimage.h
parent0c2b109bcac035e5fd9370b78eecad7cf40793cc (diff)
refactoring to split nodes to seperate files
Diffstat (limited to 'rotord/cvimage.h')
-rw-r--r--rotord/cvimage.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/rotord/cvimage.h b/rotord/cvimage.h
index 44cbca8..81233a0 100644
--- a/rotord/cvimage.h
+++ b/rotord/cvimage.h
@@ -1,3 +1,6 @@
+#ifndef ROTOR_CVIMAGE
+#define ROTOR_CVIMAGE
+
#include <math.h>
#include <cv.h>
@@ -181,3 +184,5 @@ namespace Rotor {
cv::Mat alpha;
};
}
+
+#endif \ No newline at end of file