Mercurial > hg > octave-image
changeset 223:82255781fa70
Minor changes in help text
author | hauberg |
---|---|
date | Thu, 04 Jan 2007 23:46:18 +0000 |
parents | 79ff7c116059 |
children | b1c2dd47b41a |
files | inst/blkproc.m inst/col2im.m inst/mat2gray.m |
diffstat | 3 files changed, 9 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/inst/blkproc.m +++ b/inst/blkproc.m @@ -44,8 +44,8 @@ ## uint16 images and 1 for double images. Keep in mind that if 'indexed' ## is not specified padding is always done using 0. ## +## @seealso{colfilt,inline,bestblk} ## @end deftypefn -## @seealso{colfilt,inline,bestblk} ## Author: Josep Mones i Teixidor <jmones@puntbarra.com> @@ -172,6 +172,9 @@ % % $Log$ +% Revision 1.4 2007/01/04 23:44:22 hauberg +% Minor changes in help text +% % Revision 1.3 2007/01/04 23:37:54 hauberg % Minor changes in help text %
--- a/inst/col2im.m +++ b/inst/col2im.m @@ -40,8 +40,8 @@ ## @code{A=col2im(B,[m,n],[mm,nn])} takes @code{distinct} as a default ## value for @var{block_type}. ## +## @seealso{im2col} ## @end deftypefn -## @seealso{im2col} ## Author: Josep Mones i Teixidor <jmones@puntbarra.com> @@ -160,6 +160,9 @@ % % $Log$ +% Revision 1.3 2007/01/04 23:46:17 hauberg +% Minor changes in help text +% % Revision 1.2 2007/01/04 23:37:54 hauberg % Minor changes in help text %