Skip to content

Commit d406abd

Browse files
committed
Image/channelCount: fix typos
1 parent 5b56ff3 commit d406abd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/@Image/channelCount.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
function nc = channelCount(this)
22
% Returns the number of channels of the image.
33
%
4-
% NC = channelNumber(IMG)
4+
% NC = channelCount(IMG)
55
% Returns the number of channels (color components, or spectral bands...)
66
% of the input image. For grayscale or binary images, returns 1.
77
%
@@ -12,7 +12,7 @@
1212
% 3
1313
%
1414
% See also
15-
% size, channel
15+
% size, channel, splitChannels, frameCount
1616
%
1717

1818
% ------

0 commit comments

Comments
 (0)