|
Is there a good way to pass 16-bit signed images to ImageJ
from a Java program. I have a short[] array that I would
like to send. There are ShortProcessor constructors
that have a boolean unsigned option, but the they are
obsolete. We are background subtracting the images, and
would REALLY like to see negative values. Right now, they
are coming out all white.
We have another viewer, so this is not time critical, it would
just be very nice to have. We are aware of the potential to
exceed a 15-bit quantity--that shouldn't happen very often.
Thanks,
John
|