removed cpp/tutorial_code/images/

This commit is contained in:
Dmitriy Anisimov
2014-09-14 20:16:45 +04:00
parent 1007c06d44
commit ec03d6e6fc
20 changed files with 6 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ int main( void )
namedWindow( window_name, WINDOW_AUTOSIZE );
/// Load the source image
src = imread( "../images/lena.png", 1 );
src = imread( "../data/lena.jpg", 1 );
if( display_caption( "Original Image" ) != 0 ) { return 0; }