summaryrefslogtreecommitdiff
path: root/ext/opencv/gstskindetect.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opencv/gstskindetect.h')
-rw-r--r--ext/opencv/gstskindetect.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/opencv/gstskindetect.h b/ext/opencv/gstskindetect.h
index 2337c6a31..4b0dbc1d5 100644
--- a/ext/opencv/gstskindetect.h
+++ b/ext/opencv/gstskindetect.h
@@ -71,10 +71,10 @@ struct _GstSkinDetect
gint method;
gint width, height;
- IplImage *cvChA, *cvRGB, *cvSkin;
- IplImage *cvHSV, *cvH, *cvH2, *cvS, *cvV, *cvSkinPixels1;
- IplImage *cvR, *cvG, *cvB, *cvAll, *cvR2, *cvRp, *cvGp, *cvRp2, *cvGp2,
- *cvdraft, *cvSkinPixels2;
+ cv::Mat cvChA, cvRGB;
+ cv::Mat cvHSV, cvH, cvH2, cvS, cvV, cvSkinPixels1;
+ cv::Mat cvR, cvG, cvB, cvAll, cvR2, cvRp, cvGp, cvRp2, cvGp2,
+ cvdraft, cvSkinPixels2;
};
struct _GstSkinDetectClass