Mercurial > hg > octave-image
annotate NEWS @ 589:31736083c9a5
image: now dependent on >=3.6.0 due to nthargout on regionprops
author | carandraug |
---|---|
date | Fri, 07 Sep 2012 15:44:24 +0000 |
parents | f128e24f3b22 |
children | 99e274772dae |
rev | line source |
---|---|
504 | 1 Summary of important user-visible changes for image 1.1.0: |
2 ------------------------------------------------------------------- | |
3 | |
4 ** The following functions are new: | |
5 | |
515 | 6 blockproc |
504 | 7 bwlabeln |
8 getrangefromclass | |
554
18070036aca2
im2int16: new function for image package and updated list of functinos on seealso help text
carandraug
parents:
553
diff
changeset
|
9 im2int16 |
553 | 10 im2single |
524 | 11 imabsdiff |
515 | 12 imadd |
504 | 13 imbothat |
565
7fcfcce0b2f9
imcrop: new function for image package. Submitted to mailing list by Pablo Rossi <prossi@ing.unrc.edu.ar>
carandraug
parents:
564
diff
changeset
|
14 imcrop |
520 | 15 imdivide |
526 | 16 imlincomb |
520 | 17 immultiply |
518 | 18 imsubtract |
504 | 19 iptcheckconn |
20 iptcheckmap | |
21 iptchecknargin | |
22 iptcheckstrs | |
23 iptnum2ordinal | |
543 | 24 iscolormap |
528
636b9e92019c
normxcorr2: new function is wrapper for xcorr2 from signal package
carandraug
parents:
526
diff
changeset
|
25 normxcorr2 |
533
154ffb5d4efe
wavelength: new function to image package. Contributed by William Krekeler <WKrekeler@cleanearthtech.com>
carandraug
parents:
528
diff
changeset
|
26 wavelength2rgb |
504 | 27 |
28 ** The following functions have been deprecated in previous releases | |
29 of the image package and have now been removed: | |
30 | |
31 imginfo | |
32 | |
570
f128e24f3b22
graythresh: return goodness of computed value. Prepare code for multiple algorithms. Avoid var names that shadow core functions.
carandraug
parents:
565
diff
changeset
|
33 ** The function `graythresh' now returns a second value representing the |
f128e24f3b22
graythresh: return goodness of computed value. Prepare code for multiple algorithms. Avoid var names that shadow core functions.
carandraug
parents:
565
diff
changeset
|
34 ``goodness'' of the computed threshold value. |
f128e24f3b22
graythresh: return goodness of computed value. Prepare code for multiple algorithms. Avoid var names that shadow core functions.
carandraug
parents:
565
diff
changeset
|
35 |
504 | 36 ** The following functions have been deprecated (see their help text |
37 for the recommended alternatives): | |
38 | |
515 | 39 blkproc |
504 | 40 dilate |
41 erode | |
42 | |
43 ** With the new function `imbothat' the transform option of | |
44 `imtophat' has been deprecated. | |
45 | |
506
3b5c14635553
image: added important note on NEWS about new behaviour of isbw
carandraug
parents:
504
diff
changeset
|
46 ** The following functions have had been changed for bug fixes and/or |
504 | 47 improved matlab compatibility |
48 | |
49 bweuler | |
50 imhist | |
51 conndef | |
545
23a7bdae105c
im2double: added support for binary images (patch by Martin Helm <martin@mhelm.de>)
carandraug
parents:
543
diff
changeset
|
52 im2double |
552
30f0a2a06f02
im2uint8: matlab compatibility and support for indexed images
carandraug
parents:
551
diff
changeset
|
53 im2uint8 |
551
26f74317f196
im2uint16: matlab compatibility and support for indexed images
carandraug
parents:
545
diff
changeset
|
54 im2uint16 |
506
3b5c14635553
image: added important note on NEWS about new behaviour of isbw
carandraug
parents:
504
diff
changeset
|
55 isbw |
512 | 56 isgray |
57 isrgb | |
58 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
|
59 mat2gray |
506
3b5c14635553
image: added important note on NEWS about new behaviour of isbw
carandraug
parents:
504
diff
changeset
|
60 |
564
7db61a0a2632
imhist: complete rewrite of the function to be matlab compatible. Added test cases. No old code left so removed old copyright owners.
carandraug
parents:
563
diff
changeset
|
61 ** `imhist' is much more compatible with matlab and among other changes, |
7db61a0a2632
imhist: complete rewrite of the function to be matlab compatible. Added test cases. No old code left so removed old copyright owners.
carandraug
parents:
563
diff
changeset
|
62 it now uses the whole range of the class for the histogram rather than |
7db61a0a2632
imhist: complete rewrite of the function to be matlab compatible. Added test cases. No old code left so removed old copyright owners.
carandraug
parents:
563
diff
changeset
|
63 the minimum and maximum of the input image. |
7db61a0a2632
imhist: complete rewrite of the function to be matlab compatible. Added test cases. No old code left so removed old copyright owners.
carandraug
parents:
563
diff
changeset
|
64 |
506
3b5c14635553
image: added important note on NEWS about new behaviour of isbw
carandraug
parents:
504
diff
changeset
|
65 ** `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
|
66 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
|
67 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
|
68 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
|
69 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
|
70 issued since this will deprecated later. |
512 | 71 |
72 ** `isrgb' now returns false for logical matrix. | |
562 | 73 |
563
d2a6dc5e921e
tiff_tag_read: deal with multiple tag and IFD beyond the first and improved documentation
carandraug
parents:
562
diff
changeset
|
74 ** `tiff_tag_read' had several bug fixes and can now check IFDs beyond |
d2a6dc5e921e
tiff_tag_read: deal with multiple tag and IFD beyond the first and improved documentation
carandraug
parents:
562
diff
changeset
|
75 the first. It can also accept mutiple tag values and IFDs simultaneously |
d2a6dc5e921e
tiff_tag_read: deal with multiple tag and IFD beyond the first and improved documentation
carandraug
parents:
562
diff
changeset
|
76 and return a matrix of the values found. Its documentation has been |
d2a6dc5e921e
tiff_tag_read: deal with multiple tag and IFD beyond the first and improved documentation
carandraug
parents:
562
diff
changeset
|
77 expanded (as well as an explanation of TIFF structure on the source) |
d2a6dc5e921e
tiff_tag_read: deal with multiple tag and IFD beyond the first and improved documentation
carandraug
parents:
562
diff
changeset
|
78 |
589
31736083c9a5
image: now dependent on >=3.6.0 due to nthargout on regionprops
carandraug
parents:
570
diff
changeset
|
79 ** Package is now dependent on GNU Octave version 3.6.0 or later. |
31736083c9a5
image: now dependent on >=3.6.0 due to nthargout on regionprops
carandraug
parents:
570
diff
changeset
|
80 |
562 | 81 ** Package is no longer automatically loaded. |