aboutsummaryrefslogtreecommitdiff
path: root/pix_opencv_distrans.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pix_opencv_distrans.cc')
-rw-r--r--pix_opencv_distrans.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/pix_opencv_distrans.cc b/pix_opencv_distrans.cc
index c9e4cdf..58e63fd 100644
--- a/pix_opencv_distrans.cc
+++ b/pix_opencv_distrans.cc
@@ -292,6 +292,7 @@ void pix_opencv_distrans :: processRGBImage(imageStruct &image)
void pix_opencv_distrans :: processYUVImage(imageStruct &image)
{
+ post( "pix_opencv_distrans : yuv format not supported" );
}
void pix_opencv_distrans :: processGrayImage(imageStruct &image)