summaryrefslogtreecommitdiff
path: root/ext/opencv/gstedgedetect.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opencv/gstedgedetect.h')
-rw-r--r--ext/opencv/gstedgedetect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/opencv/gstedgedetect.h b/ext/opencv/gstedgedetect.h
index 924851944..b61f51c19 100644
--- a/ext/opencv/gstedgedetect.h
+++ b/ext/opencv/gstedgedetect.h
@@ -75,8 +75,8 @@ struct _GstEdgeDetect
int threshold2;
int aperture;
- IplImage *cvEdge;
- IplImage *cvGray;
+ cv::Mat cvEdge;
+ cv::Mat cvGray;
};
struct _GstEdgeDetectClass