File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- [ ![ build status] ( https://github.com/imglib/imglyb/actions/workflows/build.yml/badge.svg )] ( https://github.com/imglib/imglyb/actions/workflows/build.yml )
2-
31# imglyb
42
3+ [ ![ License] ( https://img.shields.io/pypi/l/imglyb.svg )] ( https://github.com/imglib/imglyb/raw/main/LICENSE.txt )
4+ [ ![ PyPI] ( https://img.shields.io/pypi/v/imglyb.svg )] ( https://pypi.org/project/imglyb )
5+ [ ![ Python Version] ( https://img.shields.io/pypi/pyversions/imglyb.svg )] ( https://python.org )
6+ [ ![ Build Status] ( https://github.com/imglib/imglyb/actions/workflows/build.yml/badge.svg )] ( https://github.com/imglib/imglyb/actions/workflows/build.yml )
7+
58` imglyb ` aims at connecting two worlds that have been seperated for too long:
69 * Python with [ numpy] ( https://github.com/numpy/numpy )
710 * Java with [ ImgLib2] ( https://github.com/imglib/imglib2 )
811
9- ` imglyb ` uses [ jpype] ( http ://jpype.org) to access ` numpy ` arrays and expose
12+ ` imglyb ` uses [ jpype] ( https ://jpype.org) to access ` numpy ` arrays and expose
1013them to ` ImgLib2 ` through
1114[ ` imglib2-imglyb ` ] ( https://github.com/imglib/imglib2-imglyb ) .
1215This means ** shared memory** between ` numpy ` and ` ImgLib2 ` , i.e. any ` ImgLib2 `
You can’t perform that action at this time.
0 commit comments