We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d37b67 commit 9c6391dCopy full SHA for 9c6391d
ImageM/+imagem/+actions/+process/ImageRegionalMinima.m
@@ -38,7 +38,7 @@ function run(obj, frame) %#ok<INUSL,INUSD>
38
conn = getDefaultConnectivity(app, ndims(img));
39
bin = regionalMinima(img, conn);
40
41
- newDoc = addImageDocument(frame, bin, [], 'rmin');
+ [frame2, newDoc] = createImageFrame(frame, bin); %#ok<ASGLU>
42
43
% add history
44
string = sprintf('%s = regionalMinima(%s, %d);\n', ...
0 commit comments