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

@@ -32,7 +32,7 @@ int main( void )
printf( " * [ESC] -> Close program \n \n" );
/// Test image - Make sure it s divisible by 2^{n}
src = imread( "../images/chicky_512.png" );
src = imread( "../data/chicky_512.png" );
if( src.empty() )
{ printf(" No data! -- Exiting the program \n");
return -1; }