英文:
ImageJ Java 16 Bit Grayscale Stack to RGB-Image
问题
我已经搜索了很长时间,但什么都没找到。
我正在为ImageJ编写一个Java插件,用于处理原始图像,它应该实现一个完整的流程(去马赛克、色调映射、颜色校正等)。目前处理的是16位输入图像,因为我在ImageJ中进行32位处理方面仍然遇到困难。
目前,我有一个包含红色、绿色和蓝色三个16位灰度图像的堆栈。我目前未能将这三个图像合并为最终的彩色图像。颜色处理器只给我一个8位输出图像。但我希望涵盖完整的16位。
感谢您的帮助!
英文:
I have searched for a long time but found nothing.
I'm writing a java plugin for ImageJ to process raw-images, which should realize a complete pipeline(debayer, tonemapper,ccm..). For now it is about 16 bit input images, because I still have difficulties with 32 bit processing in ImageJ.
Currently I have a stack of three 16 bit grayscale images for red, green and blue. I am currently failing to merge these three images to the final color image. The color-processor only gives me an 8 bit output image. But I want to cover the complete 16 bits.
Thanks for your help!
专注分享java语言的经验与见解,让所有开发者获益!
评论