Skip to content

Commit

Permalink
Update doco
Browse files Browse the repository at this point in the history
  • Loading branch information
petercorke committed Mar 26, 2017
1 parent 58b9d64 commit 2928659
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion idouble.m
@@ -1,9 +1,13 @@
%IDOUBLE Convert integer image to double
%
% IMD = IDOUBLE(IM) is an image with double precision elements in the
% IMD = IDOUBLE(IM, OPTIONS) is an image with double precision elements in the
% range 0 to 1 corresponding to the elements of IM. The integer pixels IM
% are assumed to span the range 0 to the maximum value of their integer class.
%
% Options::
% 'single' Return an array of single precision floats instead of doubles.
% 'float' As above.
%
% Notes::
% - Works for an image with arbitrary number of dimensions, eg. a color
% image or image sequence.
Expand Down

0 comments on commit 2928659

Please sign in to comment.