summaryrefslogtreecommitdiff
path: root/opencv/hello-opencv.cpp
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-07-10 16:38:13 +0100
committerTim Redfern <tim@herge.(none)>2013-07-10 16:38:13 +0100
commitedd05e4ad726c5aec6807a30dc9ff7de8f97b28b (patch)
treeafa0086a501f278b53f961b5991cad86be0072d5 /opencv/hello-opencv.cpp
parent0606ec24cbc1301b50f9f4bb2eae030d0658315f (diff)
cv::Mat use for images
Diffstat (limited to 'opencv/hello-opencv.cpp')
-rw-r--r--opencv/hello-opencv.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/opencv/hello-opencv.cpp b/opencv/hello-opencv.cpp
index ed8de6b..8f0c566 100644
--- a/opencv/hello-opencv.cpp
+++ b/opencv/hello-opencv.cpp
@@ -16,7 +16,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
-#include <cv.h>
#include <highgui.h>
#include "cvimage.h"