Skip to content

Commit 7e4ab57

Browse files
authored
Merge pull request #24 from xd009642/better_traits
Better traits
2 parents 7614ad0 + 52b7fb8 commit 7e4ab57

File tree

14 files changed

+455
-206
lines changed

14 files changed

+455
-206
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
* Padding strategies (`NoPadding`, `ConstantPadding`, `ZeroPadding`)
77
* Threshold module with Otsu and Mean threshold algorithms
88
* Image transformations and functions to create affine transform matrices
9+
* Type alias `Image` for `ImageBase<OwnedRepr<T>, _>` replicated old `Image` type
10+
* Type alias `ImageView` for `ImageBase<ViewRepr<&'a T>, _>`
911

1012
### Changed
1113
* Integrated Padding strategies into convolutions
1214
* Updated `ndarray-stats` to 0.2.0 adding `noisy_float` for median change
1315
* [INTERNAL] Disabled code coverage due to issues with tarpaulin and native libraries
16+
* Renamed `Image` to `ImageBase` which can take any implementor of the ndaray `Data` trait
1417

1518
### Removed
1619

0 commit comments

Comments
 (0)