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 986754e commit 111d032Copy full SHA for 111d032
ImageM/+imagem/+actions/+analyze/MeasureWithinSelection.m
@@ -60,7 +60,7 @@ function run(obj, frame)
60
end
61
62
% compute mean values within ROI for each channel
63
- nc = channelNumber(img);
+ nc = channelCount(img);
64
meanValues = zeros(1, nc);
65
for i = 1:nc
66
ch = channel(img, i);
0 commit comments