Skip to content

Commit 9ede84c

Browse files
committed
Add NEWS.md
1 parent 17bf0e7 commit 9ede84c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# NEWS
2+
3+
Release ??:
4+
- The transition to ImageCore 0.9 has an important implication for thresholds in some algorithms: RGB distances are now effectively
5+
measured at `1/sqrt(3)` of their former size, due to the new consistency between `abs2(g::Gray)` and `abs2(RGB(g::Gray))`.
6+
- Output types use `floattype` in more places. In some cases this has resulted in `RGB{Float32}` rather than `RGB{Float64}` outputs.
7+
- New `flood` and `flood_fill!` algorithms allow segmenting just the portion of the image connected to a seed point.
8+
- `seeded_region_growing` now allows seeds to be supplied with pair syntax, e.g.,
9+
`[CartesianIndex(300,97) => 1, CartesianIndex(145,218) => 2]`.
10+
- Kernel/window dimensions supplied in vector format are deprecated. Instead of supplying the neighborhood size as `[3,3]`, use `(3, 3)` (`seeded_region_growing` and `unseeded_region_growing`).
11+
- `felzenswalb` now supports multidimensional images.

0 commit comments

Comments
 (0)