removed cpp/tutorial_code/images/
This commit is contained in:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user