[ImageJ-devel] ImgLib2: ImageJFunctions.show() works again
    Stephan Preibisch 
    preibisch at mpi-cbg.de
       
    Tue May 24 02:30:20 CDT 2011
    
    
  
Hi everybody,
 
I just wanted to mention that 
 
ImageJFunctions.show()
 
works again for all kind of ImgLib2 imgs and randomaccessibleintervals. It
should automatically display all RealTypes and ARGBType properly. It
displays it as a VirtualStack and returns the reference to the ImagePlus
instance.
 
FloatType and DoubleType are displayed as ImageJ FloatProcessor.
All IntegerTypes are displayed as ImageJ ShortProcessor.
UnsignedByteType is displayed as ImageJ ByteProcessor.
ARGBType is displayed as ImageJ ColorProcessor
 
There also individual methods to display it as any of those Processors:
 
ImageJFunctions.showFloat()
ImageJFunctions.showUnsignedByte()
ImageJFunctions.showUnsignedShort()
ImageJFunctions.showRGB()
 
I will add support for Complex Types this week.
 
Nice greetings,
Steffi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-devel/attachments/20110524/f8de0003/attachment.html>
    
    
More information about the ImageJ-devel
mailing list