You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,10 @@ for future and past milestones.
13
13
The result was an image positioned at the origin (0, 0) instead of the expected
14
14
position (x0, y0) and the ROI rectangle itself was not removed as expected.
15
15
This is now fixed (see [Issue #6](https://github.com/Codra-Ingenierie-Informatique/DataLab/issues/6) - 'Extract multiple ROI' feature: unexpected result for a single ROI)
16
+
* ROI rectangles with negative coordinates were not properly handled:
17
+
ROI extraction was raising a `ValueError` exception, and the image mask was not
18
+
displayed properly.
19
+
This is now fixed (see [Issue #7](https://github.com/Codra-Ingenierie-Informatique/DataLab/issues/7) - Image ROI extraction: `ValueError: zero-size array to reduction operation minimum which has no identity`)
16
20
* ROI extraction was not taking into account the pixel size (dx, dy) and the origin
17
21
(x0, y0) of the image.
18
22
This is now fixed (see [Issue #8](https://github.com/Codra-Ingenierie-Informatique/DataLab/issues/8) - Image ROI extraction: take into account pixel size)
0 commit comments