Skip to content
Snippets Groups Projects
Commit 64f291f7 authored by ac_cx's avatar ac_cx
Browse files

copy view params, mat2gray on import

parent 84ee61b7
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,6 @@ sz(4)=length(channels);
sz(5)=length(time);
targetFile=strrep(strDB,'.LEVER','.h5');
im=h5read(targetFile,'/Images/Original',[1,1,1,channels(1),time(1)],sz);
im=mat2gray(im);
% im=mat2gray(im);
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment