File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,15 @@ consistently across all pyramid levels
1111
1212<table >
1313<tr >
14- <td width =" 70% " valign =" top " >
14+ <td width =" 65% " valign =" top " >
15+
1516## What are image pyramids?
17+
1618An ** image pyramid** is a multi‑scale representation built by repeatedly smoothing and down‑sampling an image (e.g. Gaussian/Laplacian pyramids).
1719Pyramids make zooming, visualization, and scale‑aware analysis efficient – a staple in digital pathology and large microscopy images.
1820
1921## Installation
22+
2023You can install ` r Biocpkg("ImageArray") ` from Bioconductor with:
2124``` r
2225if (! requireNamespace(" BiocManager" , quietly = TRUE )) {
@@ -25,7 +28,7 @@ if (!requireNamespace("BiocManager", quietly = TRUE)) {
2528BiocManager :: install(" ImageArray" )
2629```
2730</td >
28- <td >
31+ <td width = " 28% " >
2932<img src =" inst/extdata/dz-pyramid.png " alt =" ImageArray logo " width =" 100% " hspace =" 10 " >
3033</td >
3134</tr >
You can’t perform that action at this time.
0 commit comments