ImageJ Java 16位灰度堆栈转换为RGB图像

huangapple 未分类评论42阅读模式
英文:

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!

huangapple
  • 本文由 发表于 2020年4月5日 19:16:11
  • 转载请务必保留本文链接:https://java.coder-hub.com/61041689.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定