From: <car...@us...> - 2011-12-09 05:24:12
|
Revision: 9320 http://octave.svn.sourceforge.net/octave/?rev=9320&view=rev Author: carandraug Date: 2011-12-09 05:24:05 +0000 (Fri, 09 Dec 2011) Log Message: ----------- image package: update NEWS and INDEX Modified Paths: -------------- trunk/octave-forge/main/image/INDEX trunk/octave-forge/main/image/NEWS Modified: trunk/octave-forge/main/image/INDEX =================================================================== --- trunk/octave-forge/main/image/INDEX 2011-12-09 05:15:25 UTC (rev 9319) +++ trunk/octave-forge/main/image/INDEX 2011-12-09 05:24:05 UTC (rev 9320) @@ -1,28 +1,13 @@ image >> Image processing -Display - rgbplot -Read/write - bmpwrite - readexif - tiff_tag_read -Reshape - imremap - imperspectivewarp - imresize - imrotate - imrotate_Fourier - imtranslate - imshear - impad - padarray - rotate_scale Analysis and Statistics + edge fftconv2 corr2 imhist mean2 std2 entropy + entropyfilt qtdecomp qtgetblk qtsetblk @@ -30,87 +15,103 @@ houghtf hough_line hough_circle - graythresh immaximas - phantom -Filtering - imfilter - colfilt - fspecial - imsmooth - histeq - imadjust - imnoise - medfilt2 - ordfilt2 - ordfiltn - uintlut - stretchlim - makelut applylut - deriche - radon - rho_filter - iradon - nonmax_supress + rangefilt + regionprops + stdfilt +Arithmetics + imadd + imcomplement Black and white image functions + applylut bwarea + bwborder bwboundaries bwconncomp bwdist bweuler bwfill + bwhitmiss bwlabel bwlabeln bwmorph bwperim bwselect - dilate - erode - bwborder edge - conndef - bwhitmiss - regionprops fchcode + makelut +Colour maps and Colour controls + cmpermute + cmunique + colorgradient + rgb2ycbcr +Display + rgbplot +Enhancement and Restoration + histeq + imadjust + imnoise + imsmooth + medfilt2 + ordfilt2 + ordfiltn + stretchlim +Filtering and Transforms + deriche + fspecial + imfilter + iradon + nonmax_supress + phantom + radon + rho_filter + uintlut Morhophological Operations + conndef + imbothat + imclose + imdilate imerode - imdilate imopen - imclose - imbothat imtophat mmgradm -Colour controls - cmpermute - cmunique - rgb2ycbcr -Representation - imdither +Read/write + bmpwrite + readexif + tiff_tag_read +Region-based and block processing + bestblk + blockproc + col2im + colfilt + im2col + nlfilter + poly2mask + roicolor +Spatial transformations + impad + imperspectivewarp + imremap + imresize + imrotate + imrotate_Fourier + imshear + imtranslate + rotate_scale +Types and Type conversions grayslice + graythresh im2bw im2double im2uint8 im2uint16 + imdither isbw isgray isind isrgb + label2rgb mat2gray rgb2gray - label2rgb - imcomplement -Colour maps - colorgradient -Region-based and block processing - roicolor - poly2mask - bestblk - blkproc - nlfilter - im2col - col2im - rangefilt - stdfilt - entropyfilt Utilities getrangefromclass iptcheckconn @@ -118,3 +119,4 @@ iptchecknargin iptcheckstrs iptnum2ordinal + padarray Modified: trunk/octave-forge/main/image/NEWS =================================================================== --- trunk/octave-forge/main/image/NEWS 2011-12-09 05:15:25 UTC (rev 9319) +++ trunk/octave-forge/main/image/NEWS 2011-12-09 05:24:05 UTC (rev 9320) @@ -3,8 +3,10 @@ ** The following functions are new: + blockproc bwlabeln getrangefromclass + imadd imbothat iptcheckconn iptcheckmap @@ -20,6 +22,7 @@ ** The following functions have been deprecated (see their help text for the recommended alternatives): + blkproc dilate erode This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |