From 6da635f0b3e550732956712f9b6de9671a22cac1 Mon Sep 17 00:00:00 2001 From: joeljonsson Date: Mon, 6 Nov 2023 03:45:23 +0100 Subject: [PATCH] use pure markdown to display images --- README.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 75397a1..569196b 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,10 @@ Content-adaptive storage and processing of large volumetric microscopy data usin The APR is an adaptive image representation designed primarily for large 3D fluorescence microscopy datasets. By replacing pixels with particles positioned according to the image content, it enables orders-of-magnitude compression of sparse image data while maintaining image quality. However, unlike most compression formats, the APR can be used directly in a wide range of processing tasks - even on the GPU! -
-
-
Pixels
- Pixels -
Uniform sampling
-
- -
-
APR
- APR -
Adaptive sampling
-
-
+| Pixels | APR | +| :--: | :--: | +| ![img.png](./docs/images/pix_joined.png) | ![img.png](./docs/images/apr_joined.png) | +| Uniform sampling | Adaptive sampling | *[image source](https://bbbc.broadinstitute.org/bbbc/BBBC032), [illustration source](https://ieeexplore.ieee.org/abstract/document/9796006)*