aboutsummaryrefslogtreecommitdiff
path: root/pix_opencv_threshold.cc
diff options
context:
space:
mode:
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)