Mercurial > hg > octave-image
annotate NEWS @ 681:341c8d3ee3c5
imhist: adjust y axis for outliers
author | carandraug |
---|---|
date | Fri, 23 Nov 2012 00:09:27 +0000 |
parents | d1a33cc6897e |
children | 205e5f657033 |
rev | line source |
---|---|
673 | 1 Summary of important user-visible changes for image 2.0.1: |
2 ------------------------------------------------------------------- | |
3 | |
4 ** The plot produced by `imhist' is correctly scaled on the X axis so that the | |
5 colorbar corresponds to the actual intensity of the stems; the given | |
6 colormarp is used on the colorbar for indexed images; and the stems no | |
681 | 7 longer display the markers at their top. The Y axis is also adjusted in case |
8 of peaks with high values that prevent a good overview of the histogram. | |
673 | 9 |
675
a32f81761dd1
fftconv2: warn if using with 1 matrix and 2 vectors as this is no longer working. Marked failing tests with xtest
carandraug
parents:
673
diff
changeset
|
10 ** The `fftconv2' usage "fftconv2 (v1, v2, a)", for convolution of a matrix by |
a32f81761dd1
fftconv2: warn if using with 1 matrix and 2 vectors as this is no longer working. Marked failing tests with xtest
carandraug
parents:
673
diff
changeset
|
11 one vector in the column direction and another vector in the row direction, |
677
d1a33cc6897e
fftconv2: remove usage with 1 matrix and 2 vectors as this was never working.
carandraug
parents:
675
diff
changeset
|
12 has been removed. Please use conv2 for such cases. |
675
a32f81761dd1
fftconv2: warn if using with 1 matrix and 2 vectors as this is no longer working. Marked failing tests with xtest
carandraug
parents:
673
diff
changeset
|
13 |
658 | 14 Summary of important user-visible changes for image 2.0.0: |
504 | 15 ------------------------------------------------------------------- |
16 | |
17 ** The following functions are new: | |
18 | |
658 | 19 analyze75info imabsdiff iptcheckconn |
20 analyze75read imadd iptcheckmap | |
21 analyze75write imbothat iptchecknargin | |
22 blockproc imcrop iptcheckstrs | |
23 bwlabeln imdivide iptnum2ordinal | |
24 getrangefromclass imlincomb iscolormap | |
25 im2int16 immultiply normxcorr2 | |
26 im2single imsubtract 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 | |
665
c095f8c31237
deriche: removing function due to non-standard license
carandraug
parents:
661
diff
changeset
|
33 ** The function `deriche' has been removed. |
c095f8c31237
deriche: removing function due to non-standard license
carandraug
parents:
661
diff
changeset
|
34 |
642
1a186da3e07c
image: mention analyze75write on NEWS, remove executable bit from analyze75write, add missing functinos to INDEX
carandraug
parents:
639
diff
changeset
|
35 ** The complete set of functions to work with Analyze 7.5 files has been |
1a186da3e07c
image: mention analyze75write on NEWS, remove executable bit from analyze75write, add missing functinos to INDEX
carandraug
parents:
639
diff
changeset
|
36 implemented. See `analyze75info', `analyze75read' and `analyze75write'. |
1a186da3e07c
image: mention analyze75write on NEWS, remove executable bit from analyze75write, add missing functinos to INDEX
carandraug
parents:
639
diff
changeset
|
37 |
632
d874709a9a27
graythresh: accept histogram as input. Also, there's no code left from Barre-Piquot and removed from copyright.
carandraug
parents:
630
diff
changeset
|
38 ** `graythresh' can optionally accept an histogram rather than an image. This |
d874709a9a27
graythresh: accept histogram as input. Also, there's no code left from Barre-Piquot and removed from copyright.
carandraug
parents:
630
diff
changeset
|
39 allows for preprocessing of the histogram previous to an automatic threshold |
d874709a9a27
graythresh: accept histogram as input. Also, there's no code left from Barre-Piquot and removed from copyright.
carandraug
parents:
630
diff
changeset
|
40 selection. |
d874709a9a27
graythresh: accept histogram as input. Also, there's no code left from Barre-Piquot and removed from copyright.
carandraug
parents:
630
diff
changeset
|
41 |
d874709a9a27
graythresh: accept histogram as input. Also, there's no code left from Barre-Piquot and removed from copyright.
carandraug
parents:
630
diff
changeset
|
42 ** Otsu's method for automatic threshold selection (default for `graythresh') |
d874709a9a27
graythresh: accept histogram as input. Also, there's no code left from Barre-Piquot and removed from copyright.
carandraug
parents:
630
diff
changeset
|
43 has been completely rewritten and should perform faster. Now, it can also |
d874709a9a27
graythresh: accept histogram as input. Also, there's no code left from Barre-Piquot and removed from copyright.
carandraug
parents:
630
diff
changeset
|
44 return a second value representing the ``goodness'' of the computed |
d874709a9a27
graythresh: accept histogram as input. Also, there's no code left from Barre-Piquot and removed from copyright.
carandraug
parents:
630
diff
changeset
|
45 threshold value (within class variance). |
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
|
46 |
623 | 47 ** Alternative algorithms for automatic threshold have been implemented in |
48 `graythresh' (thanks to Antti Niemistö for releasing HistThresh toolbox | |
49 http://www.cs.tut.fi/~ant/histthresh/ from where many were ported, under a | |
632
d874709a9a27
graythresh: accept histogram as input. Also, there's no code left from Barre-Piquot and removed from copyright.
carandraug
parents:
630
diff
changeset
|
50 GPL license). Currently, the following algorithms have been implemented |
623 | 51 (see graythresh for notes and references): |
52 | |
658 | 53 concavity MaxEntropy minimum Otsu |
54 intermeans MaxLikelihood MinError percentile | |
55 intermodes mean moments | |
623 | 56 |
504 | 57 ** The following functions have been deprecated (see their help text |
58 for the recommended alternatives): | |
59 | |
658 | 60 blkproc bmpwrite dilate erode |
504 | 61 |
62 ** With the new function `imbothat' the transform option of | |
63 `imtophat' has been deprecated. | |
64 | |
506
3b5c14635553
image: added important note on NEWS about new behaviour of isbw
carandraug
parents:
504
diff
changeset
|
65 ** The following functions have had been changed for bug fixes and/or |
504 | 66 improved matlab compatibility |
67 | |
658 | 68 bwarea imhist im2uint8 isind |
69 bweuler imnoise im2uint16 mat2gray | |
70 bwfill conndef isbw rgb2gray | |
71 cmpermute im2bw isgray | |
72 cmunique im2double isrgb | |
609
ea8f2e7d270a
rgb2gray: perform weighted conversion based on luminance values
carandraug
parents:
608
diff
changeset
|
73 |
615
8d3210ae9a4a
bwarea: accept any class and objects are all non-zero instead of all higher than zero
carandraug
parents:
613
diff
changeset
|
74 ** `bwarea' now supports all image classes and considers objects all non |
8d3210ae9a4a
bwarea: accept any class and objects are all non-zero instead of all higher than zero
carandraug
parents:
613
diff
changeset
|
75 zero pixels (not all pixels higher than zero). |
8d3210ae9a4a
bwarea: accept any class and objects are all non-zero instead of all higher than zero
carandraug
parents:
613
diff
changeset
|
76 |
609
ea8f2e7d270a
rgb2gray: perform weighted conversion based on luminance values
carandraug
parents:
608
diff
changeset
|
77 ** `rgb2gray' now also supports images of the class single and performs a |
ea8f2e7d270a
rgb2gray: perform weighted conversion based on luminance values
carandraug
parents:
608
diff
changeset
|
78 weighted conversion to keep the image luminance instead of a the mean |
ea8f2e7d270a
rgb2gray: perform weighted conversion based on luminance values
carandraug
parents:
608
diff
changeset
|
79 through each color. |
506
3b5c14635553
image: added important note on NEWS about new behaviour of isbw
carandraug
parents:
504
diff
changeset
|
80 |
613
c33c12769b71
im2bw: added tests, use more of other functions, more input check at start, support for int16 input images
carandraug
parents:
612
diff
changeset
|
81 ** `im2bw' now supports input images of the int16 class and deals better with |
c33c12769b71
im2bw: added tests, use more of other functions, more input check at start, support for int16 input images
carandraug
parents:
612
diff
changeset
|
82 RGB images since it uses `rgb2gray' internally (see changes to rgb2gray). |
616
76f3cb3e44ce
im2bw: threshold should be greater than only (matlab compatible)
carandraug
parents:
615
diff
changeset
|
83 Threshold is performed on all values greater than value instead of greater |
76f3cb3e44ce
im2bw: threshold should be greater than only (matlab compatible)
carandraug
parents:
615
diff
changeset
|
84 than or equal. |
613
c33c12769b71
im2bw: added tests, use more of other functions, more input check at start, support for int16 input images
carandraug
parents:
612
diff
changeset
|
85 |
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
|
86 ** `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
|
87 it now uses the whole range of the class for the histogram rather than |
618 | 88 the minimum and maximum of the input image and displays a colorbar under |
89 the histogram. | |
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
|
90 |
506
3b5c14635553
image: added important note on NEWS about new behaviour of isbw
carandraug
parents:
504
diff
changeset
|
91 ** `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
|
92 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
|
93 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
|
94 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
|
95 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
|
96 issued since this will deprecated later. |
512 | 97 |
612 | 98 ** `isgray' now also returns true for matrices of the int16 class. |
99 | |
512 | 100 ** `isrgb' now returns false for logical matrix. |
562 | 101 |
563
d2a6dc5e921e
tiff_tag_read: deal with multiple tag and IFD beyond the first and improved documentation
carandraug
parents:
562
diff
changeset
|
102 ** `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
|
103 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
|
104 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
|
105 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
|
106 |
629 | 107 ** For sake of matlab compatibility, the behaviour of `mat2gray' has been |
108 greatly changed. Among the changes, it will no longer swap the minimum and | |
109 maximum options if the first is larger than the later. Instead, will return | |
110 the image complement after truncation. Also, when the maximum and minimum | |
111 values are equal, `mat2gray' will truncate all values between 0 and 1. See | |
112 the help text (or source) for a detailed description of cautions. | |
113 | |
661 | 114 ** `bwfill' was fixed to always returns a logical matrix. |
115 | |
650 | 116 ** `imnoise' has been expanded to accept images of differente classes instead |
117 of only double and single. | |
118 | |
639
bb079ed7bef5
__bwdist: rename to __bwdist__ (private functions should have __ on both sides)
carandraug
parents:
632
diff
changeset
|
119 ** The private function `__bwdist` has been renamed `__bwdist__` |
bb079ed7bef5
__bwdist: rename to __bwdist__ (private functions should have __ on both sides)
carandraug
parents:
632
diff
changeset
|
120 |
589
31736083c9a5
image: now dependent on >=3.6.0 due to nthargout on regionprops
carandraug
parents:
570
diff
changeset
|
121 ** 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
|
122 |
661 | 123 ** Package is now dependent on the signal package version 1.2.0 or later. |
626
256ef5a8d711
graythresh: implementation of concavity, intermeans, intermodes, MaxEntropy, MaxLikelihood, mean, minimum, MinError, moments and percentile methods from the HistThresh toolbox
carandraug
parents:
623
diff
changeset
|
124 |
562 | 125 ** Package is no longer automatically loaded. |