aboutsummaryrefslogtreecommitdiff
path: root/pix_opencv_threshold.cc
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2009-08-26 20:35:11 +0000
committerN.N. <sevyves@users.sourceforge.net>2009-08-26 20:35:11 +0000
commit59a807306733cc1a93f5f6a0c57e3074e40c716a (patch)
tree2612777c8e760ceac88b49b0a9b4b17218cbc982 /pix_opencv_threshold.cc
parent077d78313e35ee7fc8be44800ab6578e366b76d2 (diff)
add warning message for unsupported YUV
svn path=/trunk/externals/pix_opencv/; revision=12104
Diffstat (limited to 'pix_opencv_threshold.cc')
-rw-r--r--pix_opencv_threshold.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/pix_opencv_threshold.cc b/pix_opencv_threshold.cc
index 93e82b6..28f1477 100644
--- a/pix_opencv_threshold.cc
+++ b/pix_opencv_threshold.cc
@@ -167,6 +167,7 @@ void pix_opencv_threshold :: processRGBImage(imageStruct &image)
void pix_opencv_threshold :: processYUVImage(imageStruct &image)
{
+ post( "pix_opencv_threshold : yuv format not supported" );
}
void pix_opencv_threshold :: processGrayImage(imageStruct &image)