outputs a n x 3 matrix of RGB averages for all frames in a given directory

This commit is contained in:
Loic Delattre 2023-02-18 15:28:42 +01:00
parent 00610fcf1b
commit 6bca74a49d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ function RGB_data = frames_RGBs ()
endwhile endwhile
catch catch
disp('scanned all frames') disp('scanned all frames')
j = 10001 j = 10001;
end_try_catch end_try_catch
endwhile endwhile