# HG changeset patch # User hauberg # Date 1167954378 0 # Node ID 82255781fa70be16db4fcf7ac78967e7df723d38 # Parent 79ff7c116059cf599869dfbc6a36626acc8b2872 Minor changes in help text diff --git a/inst/blkproc.m b/inst/blkproc.m --- 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 @@ -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 % diff --git a/inst/col2im.m b/inst/col2im.m --- 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 @@ -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 % diff --git a/inst/mat2gray.m b/inst/mat2gray.m --- a/inst/mat2gray.m +++ b/inst/mat2gray.m @@ -16,7 +16,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} @var{I}= mat2gray (@var{M},[min max]) -## Converts a matrix to a intensity image +## Converts a matrix to a intensity image. ## @end deftypefn ## Author: Kai Habel