Dicom映像创建BufferedImage

Dicom映像创建BufferedImage

本文介绍了从YBR_FULL Dicom映像创建BufferedImage的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

我想从YBR_FULL Dicom图像创建BufferedImage以在程序中的JPanel上查看它,有人可以告诉我如何处理这种Dicom文件吗?还可以从YBR_FULL转换为RGB吗?如果是,怎么办?

I want to Create BufferedImage from YBR_FULL Dicom Image to view it over a JPanel in my program, can any one tell me how to deal with this type of Dicom file?also can we convert from YBR_FULL to RGB? if yes how ?

推荐答案

您应该将YBR值转换为RGB。这是有关

You should convert the YBR values to RGB. here's a page on how to convert between YBR and RGB

这篇关于从YBR_FULL Dicom映像创建BufferedImage的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-06 15:23