Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d1e3c0af authored by Elian Dib's avatar Elian Dib
Browse files

Segmentation

parent 4c9eaa75
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ classdef Viewer < handle
data
name = 'LightField'
state = 'uv'
range = 'class'
range = 'all'
curView = [1,1]
curPos = [1,1]
end
......@@ -108,7 +108,7 @@ classdef Viewer < handle
obj.currentRange = arrayfun(@(a,b) [a,b],cMin,cMax,'UniformOutput',false);
obj.allRange = [min(cMin(:)) max(cMax(:))];
obj.allRange = [min(obj.data(:)) max(obj.data(:))];
end
function updateSlices(obj)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment