@@ -16,7 +16,7 @@ The APR is an adaptive image representation designed primarily for large 3D fluo
16
16
17
17
| Pixels | APR |
18
18
| :--: | :--: |
19
- | ![ img .png] ( ./ docs/images/pix_joined.png) | ![ img .png] ( . /docs/images/apr_joined.png) |
19
+ | ![ pixels .png] ( https://github.com/AdaptiveParticles/pyapr/raw/master/ docs/images/pix_joined.png) | ![ apr .png] ( https://github.com/AdaptiveParticles/pyapr/raw/master /docs/images/apr_joined.png) |
20
20
| Uniform sampling | Adaptive sampling |
21
21
22
22
* [ image source] ( https://bbbc.broadinstitute.org/bbbc/BBBC032 ) ,
@@ -47,7 +47,7 @@ apr, parts = pyapr.converter.get_apr(img)
47
47
pyapr.io.write(' my_image.apr' , apr, parts)
48
48
```
49
49
50
- ![ img .png] ( . /docs/images/apr_file.png)
50
+ ![ apr_file .png] ( https://github.com/AdaptiveParticles/pyapr/raw/master /docs/images/apr_file.png)
51
51
52
52
To return to the pixel representation:
53
53
``` python
@@ -65,18 +65,18 @@ apr, parts = pyapr.io.read('my_image.apr')
65
65
# launch viewer
66
66
pyapr.viewer.parts_viewer(apr, parts)
67
67
```
68
- ![ img .png] ( . /docs/images/view_apr.png)
68
+ ![ view_apr .png] ( https://github.com/AdaptiveParticles/pyapr/raw/master /docs/images/view_apr.png)
69
69
70
70
The ` View Level ` toggle allows you to see the adaptation (brighter = higher resolution).
71
71
72
- ![ img .png] ( . /docs/images/view_level.png)
72
+ ![ view_level .png] ( https://github.com/AdaptiveParticles/pyapr/raw/master /docs/images/view_level.png)
73
73
74
74
Or view the result in 3D using APR-native maximum intensity projection raycast (cpu).
75
75
``` python
76
76
# launch raycast viewer
77
77
pyapr.viewer.raycast_viewer(apr, parts)
78
78
```
79
- ![ img .png] ( . /docs/images/raycast.png)
79
+ ![ raycast .png] ( https://github.com/AdaptiveParticles/pyapr/raw/master /docs/images/raycast.png)
80
80
81
81
See the [ demo scripts] for more examples.
82
82
0 commit comments