Skip to content
Snippets Groups Projects
Commit 5ef4aa61 authored by ac's avatar ac
Browse files

quantize to 0,100 default

parent b63494d5
Branches
No related tags found
No related merge requests found
...@@ -9,9 +9,9 @@ for i = 1 : length(imf) ...@@ -9,9 +9,9 @@ for i = 1 : length(imf)
end end
end end
if ~exist("clipRange",'var') if ~exist("clipRange",'var')
clipRange = [2.5,97.5]; % clipRange = [2.5,97.5];
% clipRange = [0.5,99.5]; % % clipRange = [0.5,99.5];
% clipRange = [0,100] clipRange = [0,100];
end end
for c = 1:size(imf{1},4) for c = 1:size(imf{1},4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment