summaryrefslogtreecommitdiff
path: root/ext/opencv/gstcvlaplace.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opencv/gstcvlaplace.h')
-rw-r--r--ext/opencv/gstcvlaplace.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/opencv/gstcvlaplace.h b/ext/opencv/gstcvlaplace.h
index 7ac91720a..859096433 100644
--- a/ext/opencv/gstcvlaplace.h
+++ b/ext/opencv/gstcvlaplace.h
@@ -72,6 +72,9 @@ struct _GstCvLaplace
gdouble shift;
IplImage *intermediary_img;
+ IplImage *cvGray;
+ IplImage *Laplace;
+ IplImage *CLaplace;
};
struct _GstCvLaplaceClass