File: changelog.madison.txt

package info (click to toggle)
libimglib2-java 4.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,276 kB
  • sloc: java: 43,575; xml: 871; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 846 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Stephan Saalfeld, Tobias Pietzsch, Stephan Preibisch:

* redesigned ImgLib core gaining the following improvements:
  * separation of access to the domain and codomain (position vs. type-access)
  * separation of iteration and random access
  * separation of real and integer coordinate access
  * virtualization of how data sets can be accessed, thus allowing generative
    functions, views on virtually transformed data, unevenly sampled data, and
    much more
  * improved performance
  * simplified generalized display

* added interactive panorama viewer as  aplugin to Fiji (thanks Albert for
  doing the infrastructure)

* added integral images as a library component to the mpicbg submodule of Fiji
  with the following examplary applications:
  * rapid mean filter
  * rapid averaging downscaling
  * rapid difference of mean filter