tinevez on branch-graph-v2
Display messages in the BDV for… (compare)
tinevez on fix-min-radius
tinevez on dev
Improve min radius when editing… Merge pull request #163 from ma… (compare)
tinevez on fix-min-radius
Improve min radius when editing… (compare)
tinevez on branch-graph-v2
Make Link displacement and velo… Make synchronized the value() m… Spot radius feature makes one n… and 2 more (compare)
tinevez on branch-graph-v2
Simplify branch-n-spots feature… (compare)
tinevez on dev
Return sensible defaults when w… (compare)
tinevez on branch-graph-v2
Proper menu item label for the … (compare)
@tpietzsch With the new imglib2-cache, is there a good way to invalidate all of a volatile wrapped img?
final RandomAccessibleInterval<?> vimg = VolatileViews.wrapAsVolatile(img);
final Cache<?, ?> cache = vimg.... // how to access cache?
cache.invalidateAll();
Or is that not necessary if I have the cache for img
and call img.getCache().invalidateAll()
?
img
cache
by Bdv interface, you mean vistools?
More the BdvHandle
, because it's what we discussed was appropriate in order to make a bunch of Scijava compatible commands for Bdv (see https://forum.image.sc/t/fiji-commands-for-bigdataviewer/25601 and our current attempt located in the repo : https://github.com/BIOP/bigdataviewer_scijava)
dataset.xml
file could be accessed from/linked to a BdvHandle
, that would be more useful.
mpicbg.spim.data.SpimData
?