Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dlegland committed Jan 7, 2021
1 parent 7d37b67 commit 9c6391d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ImageM/+imagem/+actions/+process/ImageRegionalMinima.m
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function run(obj, frame) %#ok<INUSL,INUSD>
conn = getDefaultConnectivity(app, ndims(img));
bin = regionalMinima(img, conn);

newDoc = addImageDocument(frame, bin, [], 'rmin');
[frame2, newDoc] = createImageFrame(frame, bin); %#ok<ASGLU>

% add history
string = sprintf('%s = regionalMinima(%s, %d);\n', ...
Expand Down

0 comments on commit 9c6391d

Please sign in to comment.