aboutsummaryrefslogtreecommitdiff
path: root/pix_opencv_dft.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_dft.cc
parent077d78313e35ee7fc8be44800ab6578e366b76d2 (diff)
add warning message for unsupported YUV
svn path=/trunk/externals/pix_opencv/; revision=12104
Diffstat (limited to 'pix_opencv_dft.cc')
-rwxr-xr-xpix_opencv_dft.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/pix_opencv_dft.cc b/pix_opencv_dft.cc
index e4f5240..b7a3ce5 100755
--- a/pix_opencv_dft.cc
+++ b/pix_opencv_dft.cc
@@ -342,6 +342,7 @@ void pix_opencv_dft :: processRGBImage(imageStruct &image)
void pix_opencv_dft :: processYUVImage(imageStruct &image)
{
+ post( "pix_opencv_contours_convexity : yuv format not supported" );
}
void pix_opencv_dft :: processGrayImage(imageStruct &image)