annotate NEWS @ 540:5a6afea737df

mat2gray: big rewrite, function seems to not be working for several octave releases. Also should now be completely compatible with matlab
author carandraug
date Tue, 13 Mar 2012 18:08:40 +0000
parents 154ffb5d4efe
children c47fa2969872
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
504
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
1 Summary of important user-visible changes for image 1.1.0:
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
2 -------------------------------------------------------------------
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
3
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
4 ** The following functions are new:
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
5
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 512
diff changeset
6 blockproc
504
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
7 bwlabeln
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
8 getrangefromclass
524
25b2d4cf36bf imabsdiff: new function
carandraug
parents: 520
diff changeset
9 imabsdiff
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 512
diff changeset
10 imadd
504
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
11 imbothat
520
3210b54557be imdivide immultiply: new functions
carandraug
parents: 518
diff changeset
12 imdivide
526
5750f9aa690a imlincomb: new function
carandraug
parents: 524
diff changeset
13 imlincomb
520
3210b54557be imdivide immultiply: new functions
carandraug
parents: 518
diff changeset
14 immultiply
518
3d630d000a58 imsubtract: new function
carandraug
parents: 515
diff changeset
15 imsubtract
504
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
16 iptcheckconn
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
17 iptcheckmap
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
18 iptchecknargin
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
19 iptcheckstrs
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
20 iptnum2ordinal
528
636b9e92019c normxcorr2: new function is wrapper for xcorr2 from signal package
carandraug
parents: 526
diff changeset
21 normxcorr2
533
154ffb5d4efe wavelength: new function to image package. Contributed by William Krekeler <WKrekeler@cleanearthtech.com>
carandraug
parents: 528
diff changeset
22 wavelength2rgb
504
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
23
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
24 ** The following functions have been deprecated in previous releases
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
25 of the image package and have now been removed:
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
26
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
27 imginfo
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
28
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
29 ** The following functions have been deprecated (see their help text
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
30 for the recommended alternatives):
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
31
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 512
diff changeset
32 blkproc
504
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
33 dilate
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
34 erode
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
35
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
36 ** With the new function `imbothat' the transform option of
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
37 `imtophat' has been deprecated.
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
38
506
3b5c14635553 image: added important note on NEWS about new behaviour of isbw
carandraug
parents: 504
diff changeset
39 ** The following functions have had been changed for bug fixes and/or
504
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
40 improved matlab compatibility
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
41
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
42 bweuler
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
43 imhist
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
44 conndef
506
3b5c14635553 image: added important note on NEWS about new behaviour of isbw
carandraug
parents: 504
diff changeset
45 isbw
512
07c981beafdf image: update NEWS
carandraug
parents: 506
diff changeset
46 isgray
07c981beafdf image: update NEWS
carandraug
parents: 506
diff changeset
47 isrgb
07c981beafdf image: update NEWS
carandraug
parents: 506
diff changeset
48 isind
540
5a6afea737df mat2gray: big rewrite, function seems to not be working for several octave releases. Also should now be completely compatible with matlab
carandraug
parents: 533
diff changeset
49 mat2gray
506
3b5c14635553 image: added important note on NEWS about new behaviour of isbw
carandraug
parents: 504
diff changeset
50
3b5c14635553 image: added important note on NEWS about new behaviour of isbw
carandraug
parents: 504
diff changeset
51 ** `isbw' now defines a black-and-white image as a binary non-sparse
3b5c14635553 image: added important note on NEWS about new behaviour of isbw
carandraug
parents: 504
diff changeset
52 matrix. This is compatible with matlab. To use the old behaviour,
3b5c14635553 image: added important note on NEWS about new behaviour of isbw
carandraug
parents: 504
diff changeset
53 use the new option for the call "isbw (img, "non-logical").
3b5c14635553 image: added important note on NEWS about new behaviour of isbw
carandraug
parents: 504
diff changeset
54 For backwards compatibility, if a non-logical matrix of 0 and 1 is
3b5c14635553 image: added important note on NEWS about new behaviour of isbw
carandraug
parents: 504
diff changeset
55 used as input, `isbw' will still return true but a warning will be
3b5c14635553 image: added important note on NEWS about new behaviour of isbw
carandraug
parents: 504
diff changeset
56 issued since this will deprecated later.
512
07c981beafdf image: update NEWS
carandraug
parents: 506
diff changeset
57
07c981beafdf image: update NEWS
carandraug
parents: 506
diff changeset
58 ** `isrgb' now returns false for logical matrix.