Mercurial > hg > octave-image
annotate NEWS @ 767:e2da2625ad8e
impixel: New function.
* impixel.m: New function.
* INDEX: update list with impixel.
* NEWS: reference new function impixel.
author | Carnë Draug <carandraug@octave.org> |
---|---|
date | Mon, 15 Jul 2013 05:39:38 +0100 |
parents | 8ba642b54ba5 |
children | 8f13dc2ccfd4 |
rev | line source |
---|---|
753
80779f2fc58f
image: remove functions moved to Octave core and dependent on >= 3.8
carandraug
parents:
746
diff
changeset
|
1 Summary of important user-visible changes for image 2.2.0: |
673 | 2 ------------------------------------------------------------------- |
3 | |
682 | 4 ** The following functions are new: |
5 | |
700
a2c5450fb89d
new functions cp2tform, maketform, tformfwd and tforminv by Pantxo Diribarne
carandraug
parents:
695
diff
changeset
|
6 checkerboard |
a2c5450fb89d
new functions cp2tform, maketform, tformfwd and tforminv by Pantxo Diribarne
carandraug
parents:
695
diff
changeset
|
7 cp2tform |
746 | 8 findbounds |
767 | 9 impixel |
746 | 10 imtransform |
700
a2c5450fb89d
new functions cp2tform, maketform, tformfwd and tforminv by Pantxo Diribarne
carandraug
parents:
695
diff
changeset
|
11 maketform |
760
98903291ef63
montage: new function with dependency on general package for inputParser
carandraug
parents:
756
diff
changeset
|
12 montage |
700
a2c5450fb89d
new functions cp2tform, maketform, tformfwd and tforminv by Pantxo Diribarne
carandraug
parents:
695
diff
changeset
|
13 strel |
a2c5450fb89d
new functions cp2tform, maketform, tformfwd and tforminv by Pantxo Diribarne
carandraug
parents:
695
diff
changeset
|
14 tformfwd |
a2c5450fb89d
new functions cp2tform, maketform, tformfwd and tforminv by Pantxo Diribarne
carandraug
parents:
695
diff
changeset
|
15 tforminv |
756 | 16 ycbcr2rgb |
682 | 17 |
753
80779f2fc58f
image: remove functions moved to Octave core and dependent on >= 3.8
carandraug
parents:
746
diff
changeset
|
18 ** The following functions have been moved from the Octave Forge Image package |
80779f2fc58f
image: remove functions moved to Octave core and dependent on >= 3.8
carandraug
parents:
746
diff
changeset
|
19 to GNU Octave core: |
80779f2fc58f
image: remove functions moved to Octave core and dependent on >= 3.8
carandraug
parents:
746
diff
changeset
|
20 |
80779f2fc58f
image: remove functions moved to Octave core and dependent on >= 3.8
carandraug
parents:
746
diff
changeset
|
21 cmpermute |
80779f2fc58f
image: remove functions moved to Octave core and dependent on >= 3.8
carandraug
parents:
746
diff
changeset
|
22 cmunique |
80779f2fc58f
image: remove functions moved to Octave core and dependent on >= 3.8
carandraug
parents:
746
diff
changeset
|
23 iscolormap |
80779f2fc58f
image: remove functions moved to Octave core and dependent on >= 3.8
carandraug
parents:
746
diff
changeset
|
24 rgbplot |
80779f2fc58f
image: remove functions moved to Octave core and dependent on >= 3.8
carandraug
parents:
746
diff
changeset
|
25 |
754 | 26 ** The following functions have been deprecated in the previous release |
27 of the Image package and have now been removed: | |
28 | |
29 blkproc bmpwrite dilate erode | |
753
80779f2fc58f
image: remove functions moved to Octave core and dependent on >= 3.8
carandraug
parents:
746
diff
changeset
|
30 |
720 | 31 ** The following functions have been deprecated (see their help text |
32 for the recommended alternatives): | |
33 | |
34 imrotate_Fourier | |
35 | |
755 | 36 ** rgb2ycbcr was completely rewritten to accept images of other classes, and |
37 colormaps. A new argument was implemented to convert the RGB values | |
38 according to different standards. | |
39 | |
723 | 40 ** The use of non logical matrices to specify the neighborhood for the medfilt2 |
41 function has been deprecated. If using a vector to specify the size of the | |
42 neighborhood, the elements are no longer swapped. | |
43 | |
726
422b5b72d56c
padarray: allow string "zeros" as padvalue for consistency
carandraug
parents:
723
diff
changeset
|
44 ** For consistency with other functions that allow specification of padding |
422b5b72d56c
padarray: allow string "zeros" as padvalue for consistency
carandraug
parents:
723
diff
changeset
|
45 values, the function padarray now accepts the string "zeros" as a valid |
422b5b72d56c
padarray: allow string "zeros" as padvalue for consistency
carandraug
parents:
723
diff
changeset
|
46 option. |
422b5b72d56c
padarray: allow string "zeros" as padvalue for consistency
carandraug
parents:
723
diff
changeset
|
47 |
673 | 48 ** The plot produced by `imhist' is correctly scaled on the X axis so that the |
49 colorbar corresponds to the actual intensity of the stems; the given | |
50 colormarp is used on the colorbar for indexed images; and the stems no | |
681 | 51 longer display the markers at their top. The Y axis is also adjusted in case |
52 of peaks with high values that prevent a good overview of the histogram. | |
673 | 53 |
684
4637e275a28d
rgbplot: add new style option to also display composite colormap
carandraug
parents:
682
diff
changeset
|
54 ** The function `rgbplot' accepts a style option which alows for a composite |
4637e275a28d
rgbplot: add new style option to also display composite colormap
carandraug
parents:
682
diff
changeset
|
55 display of a colormap. |
4637e275a28d
rgbplot: add new style option to also display composite colormap
carandraug
parents:
682
diff
changeset
|
56 |
700
a2c5450fb89d
new functions cp2tform, maketform, tformfwd and tforminv by Pantxo Diribarne
carandraug
parents:
695
diff
changeset
|
57 ** The option to create poisson noise to an image has been added to `imnoise'. |
686
327a072f6480
image: update NEWS file with poisson option for imnoise
carandraug
parents:
684
diff
changeset
|
58 |
695 | 59 ** With the addition of the strel class, the following functions are now able |
60 to handle strel objects: | |
61 | |
62 imerode | |
63 | |
703 | 64 ** The functions `imerode' and `imdilate' no longer require that image and |
65 structuring element be of same class. They now perform faster for all black | |
66 and white images, independently of their class, and always return an image | |
707
d371406ca693
update NEWS. Silence some function calls in imerode.
carandraug
parents:
703
diff
changeset
|
67 of same class as the input image. The shape option has also been implemented. |
703 | 68 |
707
d371406ca693
update NEWS. Silence some function calls in imerode.
carandraug
parents:
703
diff
changeset
|
69 ** Non flat grayscale erosion can now be performed by creating an appropriate |
d371406ca693
update NEWS. Silence some function calls in imerode.
carandraug
parents:
703
diff
changeset
|
70 structuring element with `strel'. |
d371406ca693
update NEWS. Silence some function calls in imerode.
carandraug
parents:
703
diff
changeset
|
71 |
d371406ca693
update NEWS. Silence some function calls in imerode.
carandraug
parents:
703
diff
changeset
|
72 ** The shape option has been implemented for `imerode' and `imdilate'. |
703 | 73 |
74 ** With the increased performance in `imerode' and `imdilate', all other | |
75 functions that use them, such `imopen' and `imclose', also get a performance | |
76 boost for black and white images. | |
77 | |
718 | 78 ** The performance of `imresize()' has been greatly improved when using the |
79 nearest neighbor method for N or 1/N scale factors (e.g.: 2, 50, 1/4, 1/7). | |
80 | |
722
65c4a7728392
imperspectivewarp, imrotate, imresize, imremap changes.
carandraug
parents:
720
diff
changeset
|
81 ** The imperspectivewarp, imremap, imresize, and imrotate functions will now |
65c4a7728392
imperspectivewarp, imrotate, imresize, imremap changes.
carandraug
parents:
720
diff
changeset
|
82 accept any interpolation method from the interp2 function thus extending |
65c4a7728392
imperspectivewarp, imrotate, imresize, imremap changes.
carandraug
parents:
720
diff
changeset
|
83 the available methods to "spline" and "pchip". This in addition to the |
65c4a7728392
imperspectivewarp, imrotate, imresize, imremap changes.
carandraug
parents:
720
diff
changeset
|
84 "bilinear" and "bicubic" methods (same as "linear" and "cubic" respectively) |
65c4a7728392
imperspectivewarp, imrotate, imresize, imremap changes.
carandraug
parents:
720
diff
changeset
|
85 which are kept for matlab compatibility. For the same reason, the |
65c4a7728392
imperspectivewarp, imrotate, imresize, imremap changes.
carandraug
parents:
720
diff
changeset
|
86 "triangle" method (interpolation kernel) has also been added (which is the |
65c4a7728392
imperspectivewarp, imrotate, imresize, imremap changes.
carandraug
parents:
720
diff
changeset
|
87 same as "linear" method). |
718 | 88 |
736 | 89 ** Bug fixes on the concavity, intermodes, maxlikelihood, and minimum methods |
90 of graythresh. | |
734
9e5fe1ff8f26
graythresh: bug fixs on concavity and intermode methods. Check that percentile is given when using percentile method.
carandraug
parents:
726
diff
changeset
|
91 |
745 | 92 ** The `bwdist' function will now consider any non zero value as object pixels, |
93 the class of the distance matrix has changed to single, and indexes an | |
94 uint dependent on the matrix size. | |
95 | |
658 | 96 Summary of important user-visible changes for image 2.0.0: |
504 | 97 ------------------------------------------------------------------- |
98 | |
99 ** The following functions are new: | |
100 | |
658 | 101 analyze75info imabsdiff iptcheckconn |
102 analyze75read imadd iptcheckmap | |
103 analyze75write imbothat iptchecknargin | |
104 blockproc imcrop iptcheckstrs | |
105 bwlabeln imdivide iptnum2ordinal | |
106 getrangefromclass imlincomb iscolormap | |
107 im2int16 immultiply normxcorr2 | |
108 im2single imsubtract wavelength2rgb | |
504 | 109 |
110 ** The following functions have been deprecated in previous releases | |
111 of the image package and have now been removed: | |
112 | |
113 imginfo | |
114 | |
665
c095f8c31237
deriche: removing function due to non-standard license
carandraug
parents:
661
diff
changeset
|
115 ** The function `deriche' has been removed. |
c095f8c31237
deriche: removing function due to non-standard license
carandraug
parents:
661
diff
changeset
|
116 |
642
1a186da3e07c
image: mention analyze75write on NEWS, remove executable bit from analyze75write, add missing functinos to INDEX
carandraug
parents:
639
diff
changeset
|
117 ** 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
|
118 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
|
119 |
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
|
120 ** `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
|
121 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
|
122 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
|
123 |
d874709a9a27
graythresh: accept histogram as input. Also, there's no code left from Barre-Piquot and removed from copyright.
carandraug
parents:
630
diff
changeset
|
124 ** 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
|
125 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
|
126 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
|
127 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
|
128 |
623 | 129 ** Alternative algorithms for automatic threshold have been implemented in |
130 `graythresh' (thanks to Antti Niemistö for releasing HistThresh toolbox | |
131 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
|
132 GPL license). Currently, the following algorithms have been implemented |
623 | 133 (see graythresh for notes and references): |
134 | |
658 | 135 concavity MaxEntropy minimum Otsu |
136 intermeans MaxLikelihood MinError percentile | |
137 intermodes mean moments | |
623 | 138 |
504 | 139 ** The following functions have been deprecated (see their help text |
140 for the recommended alternatives): | |
141 | |
658 | 142 blkproc bmpwrite dilate erode |
504 | 143 |
144 ** With the new function `imbothat' the transform option of | |
145 `imtophat' has been deprecated. | |
146 | |
506
3b5c14635553
image: added important note on NEWS about new behaviour of isbw
carandraug
parents:
504
diff
changeset
|
147 ** The following functions have had been changed for bug fixes and/or |
504 | 148 improved matlab compatibility |
149 | |
658 | 150 bwarea imhist im2uint8 isind |
151 bweuler imnoise im2uint16 mat2gray | |
152 bwfill conndef isbw rgb2gray | |
153 cmpermute im2bw isgray | |
154 cmunique im2double isrgb | |
609
ea8f2e7d270a
rgb2gray: perform weighted conversion based on luminance values
carandraug
parents:
608
diff
changeset
|
155 |
615
8d3210ae9a4a
bwarea: accept any class and objects are all non-zero instead of all higher than zero
carandraug
parents:
613
diff
changeset
|
156 ** `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
|
157 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
|
158 |
609
ea8f2e7d270a
rgb2gray: perform weighted conversion based on luminance values
carandraug
parents:
608
diff
changeset
|
159 ** `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
|
160 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
|
161 through each color. |
506
3b5c14635553
image: added important note on NEWS about new behaviour of isbw
carandraug
parents:
504
diff
changeset
|
162 |
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
|
163 ** `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
|
164 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
|
165 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
|
166 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
|
167 |
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
|
168 ** `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
|
169 it now uses the whole range of the class for the histogram rather than |
618 | 170 the minimum and maximum of the input image and displays a colorbar under |
171 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
|
172 |
506
3b5c14635553
image: added important note on NEWS about new behaviour of isbw
carandraug
parents:
504
diff
changeset
|
173 ** `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
|
174 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
|
175 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
|
176 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
|
177 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
|
178 issued since this will deprecated later. |
512 | 179 |
612 | 180 ** `isgray' now also returns true for matrices of the int16 class. |
181 | |
512 | 182 ** `isrgb' now returns false for logical matrix. |
562 | 183 |
563
d2a6dc5e921e
tiff_tag_read: deal with multiple tag and IFD beyond the first and improved documentation
carandraug
parents:
562
diff
changeset
|
184 ** `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
|
185 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
|
186 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
|
187 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
|
188 |
629 | 189 ** For sake of matlab compatibility, the behaviour of `mat2gray' has been |
190 greatly changed. Among the changes, it will no longer swap the minimum and | |
191 maximum options if the first is larger than the later. Instead, will return | |
192 the image complement after truncation. Also, when the maximum and minimum | |
193 values are equal, `mat2gray' will truncate all values between 0 and 1. See | |
194 the help text (or source) for a detailed description of cautions. | |
195 | |
661 | 196 ** `bwfill' was fixed to always returns a logical matrix. |
197 | |
650 | 198 ** `imnoise' has been expanded to accept images of differente classes instead |
199 of only double and single. | |
200 | |
639
bb079ed7bef5
__bwdist: rename to __bwdist__ (private functions should have __ on both sides)
carandraug
parents:
632
diff
changeset
|
201 ** 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
|
202 |
589
31736083c9a5
image: now dependent on >=3.6.0 due to nthargout on regionprops
carandraug
parents:
570
diff
changeset
|
203 ** 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
|
204 |
661 | 205 ** 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
|
206 |
562 | 207 ** Package is no longer automatically loaded. |
717
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
208 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
209 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
210 ******************************************************************************** |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
211 ** ** |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
212 ** NEWS below this point were written after their releases for history ** |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
213 ** purposes and extracted from the Octave Forge general NEWS. Previous to ** |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
214 ** the image package version 1.0.11, all Octave Forge packages would be ** |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
215 ** released at the same time. Previous to the package version 1.0.0 there ** |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
216 ** were monolithic releases with no actual packages. This means that some ** |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
217 ** releases actually had no changes in the image package itself or changes ** |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
218 ** were small compared to the whole Octave Forge project and so, not ** |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
219 ** mentioned on the NEWS file. Inspection of the actual log in the ** |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
220 ** repository should be used if exact details are required. ** |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
221 ** ** |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
222 ******************************************************************************** |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
223 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
224 Summary of important user-visible changes for image 1.0.10 (2009/06/07): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
225 ----------------------------------------------------------------------------- |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
226 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
227 Summary of important user-visible changes for image 1.0.9 (2009/05/08): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
228 ----------------------------------------------------------------------------- |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
229 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
230 ** The following functions are new: |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
231 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
232 entropyfilt ordfiltn rangefilt stdfilt |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
233 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
234 ** The following functions have been removed as they are now part of |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
235 Octave core: |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
236 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
237 imread imwrite |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
238 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
239 Summary of important user-visible changes for image 1.0.8 (2008/08/31): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
240 ----------------------------------------------------------------------------- |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
241 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
242 ** Fix build issues with the last release. |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
243 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
244 Summary of important user-visible changes for image 1.0.7 (2008/08/24): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
245 ----------------------------------------------------------------------------- |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
246 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
247 Summary of important user-visible changes for image 1.0.6 (2008/04/29): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
248 ----------------------------------------------------------------------------- |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
249 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
250 ** The following functions are new: |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
251 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
252 imcomplement rgbplot |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
253 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
254 ** Implemented support for bilateral filtering. |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
255 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
256 ** Build fixes for new versions of ImageMagick. |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
257 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
258 Summary of important user-visible changes for image 1.0.5 (2008/02/16): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
259 ----------------------------------------------------------------------------- |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
260 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
261 ** The following functions are new: |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
262 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
263 imfilter imsmooth |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
264 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
265 Summary of important user-visible changes for image 1.0.4 (2007/12/12): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
266 ------------------------------------------------------------------------ |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
267 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
268 Summary of important user-visible changes for image 1.0.3 (2007/10/14): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
269 ------------------------------------------------------------------------ |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
270 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
271 Summary of important user-visible changes for image 1.0.2 (2007/07/26): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
272 ------------------------------------------------------------------------ |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
273 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
274 Summary of important user-visible changes for image 1.0.1 (2007/05/26): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
275 ------------------------------------------------------------------------ |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
276 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
277 Summary of important user-visible changes for image 1.0.0 (2007/03/28): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
278 ------------------------------------------------------------------------ |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
279 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
280 ** First non-monolithic release. |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
281 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
282 ** The following functions are new: |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
283 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
284 __bwarea fspecial impersepectivewap |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
285 apply graythresh imremap |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
286 bwarea im2double label2rgb |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
287 bwperim im2uint8 __magick_read__ |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
288 deriche im2uint16 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
289 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
290 ** Fixex for non 8bit images. |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
291 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
292 ** Quantum sizes in imagemagick. |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
293 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
294 ** Compatiability changes to imwrite, isgray and rgb2gray. |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
295 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
296 ** imread, probe depth from bits rather than Red field, allows loading of gray |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
297 scale images. |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
298 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
299 ** Convert all functions to use texinfo help. |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
300 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
301 Summary of important user-visible changes for image (Octave Forge 20060708): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
302 ----------------------------------------------------------------------------- |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
303 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
304 Summary of important user-visible changes for image (Octave Forge 20060316): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
305 ----------------------------------------------------------------------------- |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
306 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
307 Summary of important user-visible changes for image (Octave Forge 20060128): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
308 ----------------------------------------------------------------------------- |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
309 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
310 ** imread() now return the appropriate numeric class. Colour images are of size |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
311 MxNx3, gray images MxN. |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
312 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
313 Summary of important user-visible changes for image (Octave Forge 20050613): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
314 ----------------------------------------------------------------------------- |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
315 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
316 ** The following functions are new: |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
317 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
318 bwarea imresize |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
319 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
320 Summary of important user-visible changes for image (Octave Forge 20041116): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
321 ----------------------------------------------------------------------------- |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
322 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
323 ** No important changes to the image package in this Octave Forge release. |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
324 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
325 Summary of important user-visible changes for image (Octave Forge 20040907): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
326 ----------------------------------------------------------------------------- |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
327 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
328 ** The following functions are new: |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
329 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
330 applylut cmunique houghtf poly2mask uintlut |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
331 bestblk col2im im2col qtdecomp |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
332 blkproc conndef isrgb qtgetblk |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
333 bweuler dilate makelut qtsetblk |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
334 bwmorph erode nlfilter roicolor |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
335 cmpermute graycomatrix padarray stretchlim |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
336 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
337 ** Implemented initial support for int* types. |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
338 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
339 Summary of important user-visible changes for image (Octave Forge 20040707): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
340 ----------------------------------------------------------------------------- |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
341 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
342 ** No important changes to the image package in this Octave Forge release. |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
343 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
344 Summary of important user-visible changes for image (Octave Forge 20040211): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
345 ----------------------------------------------------------------------------- |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
346 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
347 ** `imread' now supports 16-bit grayscale images. |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
348 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
349 Summary of important user-visible changes for image (Octave Forge 20030602): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
350 ----------------------------------------------------------------------------- |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
351 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
352 ** The following functions are new: |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
353 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
354 rotate_scale |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
355 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
356 Summary of important user-visible changes for image (Octave Forge 20030222): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
357 ----------------------------------------------------------------------------- |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
358 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
359 ** No important changes to the image package in this Octave Forge release. |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
360 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
361 Summary of important user-visible changes for image (Octave Forge 20021130): |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
362 ----------------------------------------------------------------------------- |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
363 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
364 ** The following functions are new: |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
365 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
366 colfilt imginfo imrotate imshear imtranslate |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
367 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
368 ** The `colorgradient' function now allow instantaneous transitions (weight 0) |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
369 |
174624c18b27
maint: list image package NEWS from very old releases
carandraug
parents:
707
diff
changeset
|
370 ** The `bwlabel' function has been implemented in C++ and may behave different. |