ConverterSetup
? My use-case is that I want to remove Source a
and replace it by Source a
, but using the same display settings for Source b
as the user had for Source a
. Maybe there is another way of doing that?
*.nonVolatile().getSource( t, 0 ).randomAccess();
but I feel it blocks other processes. Is there maybe any way to just get the pixel values that Bdv already loaded anyway in order to show the image (instead of requesting them a second time)?
nonVolatile
: https://github.com/bigdataviewer/bigdataviewer-ui-panel/blob/ebe849f4dd87e45ee34c9b37436e32bb52446a02/src/main/java/bdv/ui/panel/overlay/IntensityMouseOverOverlay.java#L133