New basic filter sample added

This commit is contained in:
Ana Huaman
2011-06-17 20:13:53 +00:00
parent 6229af93d6
commit 3ca31dcdb6
9 changed files with 114 additions and 5 deletions

View File

@@ -36,7 +36,7 @@ int main( int argc, char** argv )
cvtColor( image, gray_image, CV_RGB2GRAY );
/// Save our gray image
imwrite( "../../images/Gray_Image.png", gray_image );
imwrite( "../images/Gray_Image.png", gray_image );
/// Create a couple of windows and show our images
namedWindow( imageName, CV_WINDOW_AUTOSIZE );