Skip to content

Commit

Permalink
small updates before new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Aldo Zaimi committed Mar 4, 2017
1 parent 78eb5e8 commit a65d507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/GUI/SegmentationGUI.m
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,7 @@ function go_full_image_Callback(hObject, eventdata, handles)
%------------------

blocksize=300/get(handles.PixelSize,'Value');
overlap=10/get(handles.PixelSize,'Value');
overlap=30/get(handles.PixelSize,'Value');

%------------------

Expand Down
2 changes: 1 addition & 1 deletion code/as_Segmentation_full_image.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function as_Segmentation_full_image(im_fname,SegParameters,blocksize,overlap,out
blocksize=1000;
end
if ~exist('overlap','var') || isempty(overlap)
overlap=200;
overlap=100;
end
if ~exist('output','var') || isempty(output)
[~,name]=fileparts(im_fname);
Expand Down

0 comments on commit a65d507

Please sign in to comment.