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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
673
372346150564 imhist: bugfix and nicer plot
carandraug
parents: 665
diff changeset
1 Summary of important user-visible changes for image 2.0.1:
372346150564 imhist: bugfix and nicer plot
carandraug
parents: 665
diff changeset
2 -------------------------------------------------------------------
372346150564 imhist: bugfix and nicer plot
carandraug
parents: 665
diff changeset
3
372346150564 imhist: bugfix and nicer plot
carandraug
parents: 665
diff changeset
4 ** The plot produced by `imhist' is correctly scaled on the X axis so that the
372346150564 imhist: bugfix and nicer plot
carandraug
parents: 665
diff changeset
5 colorbar corresponds to the actual intensity of the stems; the given
372346150564 imhist: bugfix and nicer plot
carandraug
parents: 665
diff changeset
6 colormarp is used on the colorbar for indexed images; and the stems no
681
341c8d3ee3c5 imhist: adjust y axis for outliers
carandraug
parents: 677
diff changeset
7 longer display the markers at their top. The Y axis is also adjusted in case
341c8d3ee3c5 imhist: adjust y axis for outliers
carandraug
parents: 677
diff changeset
8 of peaks with high values that prevent a good overview of the histogram.
673
372346150564 imhist: bugfix and nicer plot
carandraug
parents: 665
diff changeset
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
24d88d1a329d image: prepare NEWS for new release
carandraug
parents: 653
diff changeset
14 Summary of important user-visible changes for image 2.0.0:
504
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
15 -------------------------------------------------------------------
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
16
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
17 ** The following functions are new:
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
18
658
24d88d1a329d image: prepare NEWS for new release
carandraug
parents: 653
diff changeset
19 analyze75info imabsdiff iptcheckconn
24d88d1a329d image: prepare NEWS for new release
carandraug
parents: 653
diff changeset
20 analyze75read imadd iptcheckmap
24d88d1a329d image: prepare NEWS for new release
carandraug
parents: 653
diff changeset
21 analyze75write imbothat iptchecknargin
24d88d1a329d image: prepare NEWS for new release
carandraug
parents: 653
diff changeset
22 blockproc imcrop iptcheckstrs
24d88d1a329d image: prepare NEWS for new release
carandraug
parents: 653
diff changeset
23 bwlabeln imdivide iptnum2ordinal
24d88d1a329d image: prepare NEWS for new release
carandraug
parents: 653
diff changeset
24 getrangefromclass imlincomb iscolormap
24d88d1a329d image: prepare NEWS for new release
carandraug
parents: 653
diff changeset
25 im2int16 immultiply normxcorr2
24d88d1a329d image: prepare NEWS for new release
carandraug
parents: 653
diff changeset
26 im2single imsubtract wavelength2rgb
504
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
27
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
28 ** The following functions have been deprecated in previous releases
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
29 of the image package and have now been removed:
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
30
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
31 imginfo
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
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
a923e5324064 graythresh: add moments algorithm
carandraug
parents: 618
diff changeset
47 ** Alternative algorithms for automatic threshold have been implemented in
a923e5324064 graythresh: add moments algorithm
carandraug
parents: 618
diff changeset
48 `graythresh' (thanks to Antti Niemistö for releasing HistThresh toolbox
a923e5324064 graythresh: add moments algorithm
carandraug
parents: 618
diff changeset
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
a923e5324064 graythresh: add moments algorithm
carandraug
parents: 618
diff changeset
51 (see graythresh for notes and references):
a923e5324064 graythresh: add moments algorithm
carandraug
parents: 618
diff changeset
52
658
24d88d1a329d image: prepare NEWS for new release
carandraug
parents: 653
diff changeset
53 concavity MaxEntropy minimum Otsu
24d88d1a329d image: prepare NEWS for new release
carandraug
parents: 653
diff changeset
54 intermeans MaxLikelihood MinError percentile
24d88d1a329d image: prepare NEWS for new release
carandraug
parents: 653
diff changeset
55 intermodes mean moments
623
a923e5324064 graythresh: add moments algorithm
carandraug
parents: 618
diff changeset
56
504
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
57 ** The following functions have been deprecated (see their help text
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
58 for the recommended alternatives):
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
59
658
24d88d1a329d image: prepare NEWS for new release
carandraug
parents: 653
diff changeset
60 blkproc bmpwrite dilate erode
504
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
61
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
62 ** With the new function `imbothat' the transform option of
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
63 `imtophat' has been deprecated.
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
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
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
66 improved matlab compatibility
1a7e9a91a6a0 image: added NEWS file
carandraug
parents:
diff changeset
67
658
24d88d1a329d image: prepare NEWS for new release
carandraug
parents: 653
diff changeset
68 bwarea imhist im2uint8 isind
24d88d1a329d image: prepare NEWS for new release
carandraug
parents: 653
diff changeset
69 bweuler imnoise im2uint16 mat2gray
24d88d1a329d image: prepare NEWS for new release
carandraug
parents: 653
diff changeset
70 bwfill conndef isbw rgb2gray
24d88d1a329d image: prepare NEWS for new release
carandraug
parents: 653
diff changeset
71 cmpermute im2bw isgray
24d88d1a329d image: prepare NEWS for new release
carandraug
parents: 653
diff changeset
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
41c917791057 imhist: display colorbar under histogram
carandraug
parents: 616
diff changeset
88 the minimum and maximum of the input image and displays a colorbar under
41c917791057 imhist: display colorbar under histogram
carandraug
parents: 616
diff changeset
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
07c981beafdf image: update NEWS
carandraug
parents: 506
diff changeset
97
612
7c1df1b5f058 isgray: return true for int16 class
carandraug
parents: 610
diff changeset
98 ** `isgray' now also returns true for matrices of the int16 class.
7c1df1b5f058 isgray: return true for int16 class
carandraug
parents: 610
diff changeset
99
512
07c981beafdf image: update NEWS
carandraug
parents: 506
diff changeset
100 ** `isrgb' now returns false for logical matrix.
562
36627778a40e image: no longer load package automatically
carandraug
parents: 554
diff changeset
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
b490674d13c7 image: mention changes of mat2gray on NEWS
carandraug
parents: 628
diff changeset
107 ** For sake of matlab compatibility, the behaviour of `mat2gray' has been
b490674d13c7 image: mention changes of mat2gray on NEWS
carandraug
parents: 628
diff changeset
108 greatly changed. Among the changes, it will no longer swap the minimum and
b490674d13c7 image: mention changes of mat2gray on NEWS
carandraug
parents: 628
diff changeset
109 maximum options if the first is larger than the later. Instead, will return
b490674d13c7 image: mention changes of mat2gray on NEWS
carandraug
parents: 628
diff changeset
110 the image complement after truncation. Also, when the maximum and minimum
b490674d13c7 image: mention changes of mat2gray on NEWS
carandraug
parents: 628
diff changeset
111 values are equal, `mat2gray' will truncate all values between 0 and 1. See
b490674d13c7 image: mention changes of mat2gray on NEWS
carandraug
parents: 628
diff changeset
112 the help text (or source) for a detailed description of cautions.
b490674d13c7 image: mention changes of mat2gray on NEWS
carandraug
parents: 628
diff changeset
113
661
d8b4930b0f98 image: adding bwfill fix to NEWS
carandraug
parents: 658
diff changeset
114 ** `bwfill' was fixed to always returns a logical matrix.
d8b4930b0f98 image: adding bwfill fix to NEWS
carandraug
parents: 658
diff changeset
115
650
b75c3b1ad7a5 imnoise: support images from other classes
carandraug
parents: 642
diff changeset
116 ** `imnoise' has been expanded to accept images of differente classes instead
b75c3b1ad7a5 imnoise: support images from other classes
carandraug
parents: 642
diff changeset
117 of only double and single.
b75c3b1ad7a5 imnoise: support images from other classes
carandraug
parents: 642
diff changeset
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
d8b4930b0f98 image: adding bwfill fix to NEWS
carandraug
parents: 658
diff changeset
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
36627778a40e image: no longer load package automatically
carandraug
parents: 554
diff changeset
125 ** Package is no longer automatically loaded.