# HG changeset patch # User pkienzle # Date 1076572180 0 # Node ID 8ae91f3e55a5c56ba9c3409abd40719e6608d4f3 # Parent 3e4aee21dc98d151431702b766cc22e3c2e8557d Add some of the missing functions to the categorical index diff --git a/INDEX b/INDEX --- a/INDEX +++ b/INDEX @@ -7,8 +7,8 @@ imread imwrite imfinfo - imginfo - loadimage saveimage bmpwrite jpgread jpgwrite + imginfo + loadimage saveimage bmpwrite jpgread jpgwrite pngread pngwrite Reshape imcrop imresize @@ -16,6 +16,7 @@ imtranslate imshear impad + rotate_scale Statistics corr2 imhist diff --git a/bwlabel.cc b/bwlabel.cc --- a/bwlabel.cc +++ b/bwlabel.cc @@ -52,7 +52,7 @@ /* %!assert(bwlabel([0 1 0; 0 0 0; 1 0 1]),[0 1 0; 0 0 0; 2 0 3]); */ -DEFUN_DLD( bwlabel, args, , +DEFUN_DLD(bwlabel, args, , "\n\ [l,num] = bwlabel( bw, n ) - label foreground components of boolean image\n\ \n\