changeset 9134:dac43f79cc33 octave-forge

image package: update NEWS and INDEX
author carandraug
date Fri, 09 Dec 2011 05:24:05 +0000
parents d7c1db2f9de3
children 9b1a1cbd7c46
files main/image/INDEX main/image/NEWS
diffstat 2 files changed, 74 insertions(+), 69 deletions(-) [+]
line wrap: on
line diff
--- a/main/image/INDEX	Fri Dec 09 05:15:25 2011 +0000
+++ b/main/image/INDEX	Fri Dec 09 05:24:05 2011 +0000
@@ -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
+ 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
- bwhitmiss
- regionprops
- fchcode
-Morhophological Operations
+ 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
--- a/main/image/NEWS	Fri Dec 09 05:15:25 2011 +0000
+++ b/main/image/NEWS	Fri Dec 09 05:24:05 2011 +0000
@@ -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