annotate NEWS @ 526:5750f9aa690a

imlincomb: new function
author carandraug
date Sun, 11 Dec 2011 03:30:40 +0000
parents 25b2d4cf36bf
children 636b9e92019c
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
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
21
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
22 ** The following functions have been deprecated in previous releases
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
23 of the image package and have now been removed:
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
24
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
25 imginfo
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
26
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
27 ** The following functions have been deprecated (see their help text
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
28 for the recommended alternatives):
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
29
515
a3b4ab8a60d3 image package: update NEWS and INDEX
carandraug
parents: 512
diff changeset
30 blkproc
504
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
31 dilate
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
32 erode
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
33
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
34 ** With the new function `imbothat' the transform option of
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
35 `imtophat' has been deprecated.
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
36
506
3b5c14635553 image: added important note on NEWS about new behaviour of isbw
carandraug
parents: 504
diff changeset
37 ** The following functions have had been changed for bug fixes and/or
504
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
38 improved matlab compatibility
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
39
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
40 bweuler
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
41 imhist
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
42 conndef
506
3b5c14635553 image: added important note on NEWS about new behaviour of isbw
carandraug
parents: 504
diff changeset
43 isbw
512
07c981beafdf image: update NEWS
carandraug
parents: 506
diff changeset
44 isgray
07c981beafdf image: update NEWS
carandraug
parents: 506
diff changeset
45 isrgb
07c981beafdf image: update NEWS
carandraug
parents: 506
diff changeset
46 isind
506
3b5c14635553 image: added important note on NEWS about new behaviour of isbw
carandraug
parents: 504
diff changeset
47
3b5c14635553 image: added important note on NEWS about new behaviour of isbw
carandraug
parents: 504
diff changeset
48 ** `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
49 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
50 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
51 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
52 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
53 issued since this will deprecated later.
512
07c981beafdf image: update NEWS
carandraug
parents: 506
diff changeset
54
07c981beafdf image: update NEWS
carandraug
parents: 506
diff changeset
55 ** `isrgb' now returns false for logical matrix.