File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,18 @@ consistently across all pyramid levels
99- ** Delayed operations:** rotate/flip/flop/negate, cropping and slicing – performed lazily (without loading to memory) via ` DelayedArray ` .
1010- ** Backends:** HDF5 and Zarr on‑disk storage using ** HDF5Array** and ** Rarr** packages.
1111
12+ ## What are image pyramids?
13+
1214<img
1315 src="inst/extdata/dz-pyramid.png"
1416 align="right" width="250" alt="image" hspace="10"
1517/>
1618
17- ## What are image pyramids?
18-
1919An ** image pyramid** is a multi‑scale representation built by repeatedly smoothing and down‑sampling an image (e.g. Gaussian/Laplacian pyramids).
2020Pyramids make zooming, visualization, and scale‑aware analysis efficient – a staple in digital pathology and large microscopy images.
2121
22- ## Installation
22+ <h2 >Installation</h2 >
23+ <hr width =" 30% " align =" center " noshade >
2324
2425You can install ImageArray from Bioconductor with:
2526``` r
You can’t perform that action at this time.
0 commit comments