From 59a807306733cc1a93f5f6a0c57e3074e40c716a Mon Sep 17 00:00:00 2001 From: "N.N." Date: Wed, 26 Aug 2009 20:35:11 +0000 Subject: add warning message for unsupported YUV svn path=/trunk/externals/pix_opencv/; revision=12104 --- pix_opencv_contours_boundingrect.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'pix_opencv_contours_boundingrect.cc') diff --git a/pix_opencv_contours_boundingrect.cc b/pix_opencv_contours_boundingrect.cc index 7adf201..8a21b0d 100644 --- a/pix_opencv_contours_boundingrect.cc +++ b/pix_opencv_contours_boundingrect.cc @@ -325,6 +325,7 @@ void pix_opencv_contours_boundingrect :: processRGBImage(imageStruct &image) void pix_opencv_contours_boundingrect :: processYUVImage(imageStruct &image) { + post( "pix_opencv_contours_boundingrect : yuv format not supported" ); } void pix_opencv_contours_boundingrect :: processGrayImage(imageStruct &image) -- cgit v1.2.1