outputs a n x 3 matrix of RGB averages for all frames in a given directory
This commit is contained in:
parent
00610fcf1b
commit
6bca74a49d
|
|
@ -29,7 +29,7 @@ function RGB_data = frames_RGBs ()
|
|||
endwhile
|
||||
catch
|
||||
disp('scanned all frames')
|
||||
j = 10001
|
||||
j = 10001;
|
||||
end_try_catch
|
||||
endwhile
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue