File tree Expand file tree Collapse file tree 1 file changed +10
-13
lines changed
Expand file tree Collapse file tree 1 file changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -9,30 +9,27 @@ 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- <div style = " display : flex ; align-items : left ; " >
13-
14- <div style = " flex : 1 ; padding-right : 20 px ; " >
12+ <table >
13+ < tr >
14+ <td width = " 70% " valign = " top " >
1515## What are image pyramids?
1616An ** image pyramid** is a multi‑scale representation built by repeatedly smoothing and down‑sampling an image (e.g. Gaussian/Laplacian pyramids).
1717Pyramids make zooming, visualization, and scale‑aware analysis efficient – a staple in digital pathology and large microscopy images.
1818
1919## Installation
20-
2120You can install ` r Biocpkg("ImageArray") ` from Bioconductor with:
22-
23- ``` r
21+ ``` r
2422if (! requireNamespace(" BiocManager" , quietly = TRUE )) {
2523 install.packages(" BiocManager" )
2624}
2725BiocManager :: install(" ImageArray" )
2826```
29- </div >
30-
31- <div style =" flex : 0 0 30% ;" >
32- <img src =" inst/extdata/dz-pyramid.png " alt =" ImageArray logo " width =" 100% " >
33- </div >
34-
35- </div >
27+ </td >
28+ <td >
29+ <img src =" inst/extdata/dz-pyramid.png " alt =" ImageArray logo " width =" 100% " hspace =" 10 " >
30+ </td >
31+ </tr >
32+ </table >
3633
3734## Getting started
3835
You can’t perform that action at this time.
0 commit comments