Skip to content

Commit

Permalink
doc: Added gaussian patch averaging to feature summary list
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol-G committed Jan 9, 2024
1 parent f3a3922 commit 66c6615
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion OVERVIEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ Patchly provides the following advanced features:
- Support for any array-like images (Numpy, Tensor, Zarr, Dask, ...)
- Memory-mapped image support
- Patch overlap
- ~~Numpy padding techniques~~
- Gaussian patch averaging
- Support for images with non-spatial dimensions (channel dimension, batch dimension, ...)
- Chunk aggregation to minimize memory consumption
- ~~Numpy padding techniques~~

## Sampler

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ Patchly provides the following advanced features:
- Support for any array-like images (Numpy, Tensor, Zarr, Dask, ...)
- Memory-mapped image support
- Patch overlap
- ~~Numpy padding techniques~~
- Gaussian patch averaging
- Support for images with non-spatial dimensions (channel dimension, batch dimension, ...)
- Chunk aggregation to minimize memory consumption
- ~~Numpy padding techniques~~

## Installation

Expand Down
2 changes: 1 addition & 1 deletion patchly/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.13"
__version__ = "0.0.14"

from patchly.sampler import GridSampler, SamplingMode
from patchly.aggregator import Aggregator
Expand Down

0 comments on commit 66c6615

Please sign in to comment.