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
|
endwhile
|
||||||
catch
|
catch
|
||||||
disp('scanned all frames')
|
disp('scanned all frames')
|
||||||
j = 10001
|
j = 10001;
|
||||||
end_try_catch
|
end_try_catch
|
||||||
endwhile
|
endwhile
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue