简体   繁体   English

无损JPEG-找不到任何示例图像,DICOM文件

[英]Lossless JPEG - can't find any example images, DICOM files

I'm currently working on the lossless JPEG files(not JPEG-LS). 我目前正在处理无损JPEG文件(不是JPEG-LS)。 It's really hard to find any files to test my application on. 很难找到任何文件来测试我的应用程序。

Particulary I need files that contain reset interval markers, multiple DC huffman tables, multiple scenes or comment markers. 特别是我需要包含重置间隔标记,多个DC Huffman表,多个场景或注释标记的文件。

Do you know where I could find any lossless JPEG files? 您知道在哪里可以找到任何无损JPEG文件吗? Do you yourself have any that you could share? 您自己有什么可以分享的吗?

Thanks in advance, Witek. 在此先感谢Witek。

EDIT: i could also use DICOM files using this compression standard (tag (0002,0010) Transfer syntax UID = 1.2.840.10008.1.2.4.70) 编辑:我也可以使用使用此压缩标准的DICOM文件(标签(0002,0010)传输语法UID = 1.2.840.10008.1.2.4.70)

On the following site you can find a few DICOM lossless JPEG files, in particular with the transfer syntaxes 1.2.840.10008.1.2.4.57 and .70. 在以下站点上,您可以找到一些DICOM无损JPEG文件,尤其是传输语法为1.2.840.10008.1.2.4.57和.70的文件。 Consult the Transfer Syntax section for easy identification of which data sets that provide the requested transfer syntax. 请查阅“ 传输语法”部分,以轻松识别哪些数据集提供了所请求的传输语法。

There are also a number of lossless JPEG images of different flavors on the NEMA DICOM FTP site. NEMA DICOM FTP站点上还有许多不同风格的无损JPEG图像。 For more detailed information on the various data sets, please consult the README file . 有关各种数据集的更多详细信息,请查阅README文件

Here's a large collection of dicom sample images: There are some JPEG lossless images among them. 这里有大量的dicom示例图像:其中有一些JPEG无损图像。 Some subfolders have images that are not valid DICOM, but that is usually documented. 某些子文件夹中的图像不是有效的DICOM,但通常会进行记录。 By the same maintainer there is also this list of links . 由相同的维护者提供的还有此链接列表

Lossless JPEG is most widely used in XA (cathlab) cine images. 无损JPEG在XA(cathlab)电影图像中使用最广泛。 These are always grayscale, and exist as 8 or 10 bit images. 这些始终是灰度的,并以8位或10位图像的形式存在。

You could also setup a free PACS like DCM4CHEE or conquest, send it uncompressed images and have them forward the images jpeg-lossless compressed. 您还可以设置免费的PACS,例如DCM4CHEE或conquest,将其发送给未压缩的图像,然后让它们转发jpeg无损压缩的图像。 The advantage of this is that you can create images of different color spaces, bit depths, planar/bypixel, etcetera. 这样做的好处是可以创建不同颜色空间,位深度,平面/逐像素等的图像。 Color spaces are interesting: people sometimes make mistakes to transform the color space like for Jpeg lossy, which you should not do. 颜色空间很有趣:人们有时会犯错误,例如Jpeg有损,例如,变换颜色空间,您不应该这样做。

Most likely none of these images require advanced stuff like restart markers. 这些图像很可能都不需要像重启标记之类的高级内容。 If you want to check if this works, create bitstreams with the IJG implementation and package them in DICOM. 如果要检查是否可行,请使用IJG实现创建位流并将其打包在DICOM中。

EDIT: be warned that there are buggy images out there . 编辑:被警告那里有越野车图像 I am using an implementation based on the IJG code. 我正在使用基于IJG代码的实现。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM