Skip to content

16-bit OCTs and Intensity value correction

Latest
Compare
Choose a tag to compare
@wilkb777 wilkb777 released this 18 Aug 00:27
ac7b42b

This release contains several major bug fixes with respect to the core of ORA.
Fixes:

  • ORA can only accept 16-bit gray scale images now (Also known in Java as TYPE_USHORT_GRAY images). The reason is that the output of OCTs is now using 16-bit unsigned integers. A safety check has been added to ensure this rule is never broken.
  • ORA can now process the 16-bit gray scale values correctly, returning intensity values correctly now. This means that intensity values are now on a scale of 0 (black) to 65,535 (white).
  • Image processing techniques that only worked on 8-bit images were removed from the application

Updates:

  • due to unforeseen changes in the Java ecosystem packaging of the application for use on Mac has changed now. Just download and unpack the ORA.zip file and drag the application to the application directory on your machine and you're good to go.