Commit 742b6303d72b508bdd0656b3a2aafddf0a9fefcf

Authored by David Mayerich
1 parent 5cc05359

removed some backup file

Showing 1 changed file with 0 additions and 11 deletions   Show diff stats
rtsEnviLoadClasses.m~ deleted
1   -function [F, C] = rtsEnviLoadClasses(filenames, classnames, ppc)
2   -
3   -Nc = size(filenames, 1);
4   -
5   -for c = 1:Nc
6   - %load the masks
7   - image = imread(filenames{c});
8   - mask = image(:, :, 1)' > 0;
9   -
10   -
11   -end
12 0 \ No newline at end of file