Mercurial > hg > octave-image
comparison NEWS @ 866:2d08c21bbec7 stable
Compute complement of signed integers correctly.
* imcomplement.m: signed integers require handling different from unsigned
integers. Also, remove unecessary ismatrix check, add tests, expand on
documentation.
* NEWS: add this to the NEWS for the next patch release.
author | Carnë Draug <carandraug@octave.org> |
---|---|
date | Fri, 31 Jan 2014 21:09:12 +0000 |
parents | a17b71b7e407 |
children | 6f961cf68af0 |
comparison
equal
deleted
inserted
replaced
865:a17b71b7e407 | 866:2d08c21bbec7 |
---|---|
6 N-dimensional images, and specific bounding box vector for a | 6 N-dimensional images, and specific bounding box vector for a |
7 non-interactive usage. Output can now also return the bounding box used | 7 non-interactive usage. Output can now also return the bounding box used |
8 for the cropping in addition to the cropped image. It will no longer | 8 for the cropping in addition to the cropped image. It will no longer |
9 loop forever until it gets two valid coordinates for the bounding box. | 9 loop forever until it gets two valid coordinates for the bounding box. |
10 | 10 |
11 ** Fixed bug in imcomplement to compute the complement of signed integers | |
12 correctly. | |
11 | 13 |
12 Summary of important user-visible changes for image 2.2.0 (2014/01/08): | 14 Summary of important user-visible changes for image 2.2.0 (2014/01/08): |
13 ------------------------------------------------------------------------- | 15 ------------------------------------------------------------------------- |
14 | 16 |
15 ** The imerode and imdilate have been completely rewritten for increased | 17 ** The imerode and imdilate have been completely rewritten for increased |