简体   繁体   English

使用matlab处理ljpeg(无损jpeg)

[英]dealing with ljpeg (lossless jpeg) using matlab

I am dealing now with DDSM database (Digital Database for Screening Mammography) .. its disadvantage is its extension. 我正在处理DDSM数据库(用于筛查乳腺摄影的数字数据库)..它的缺点是它的扩展。 It is extension is ljpeg (lossless jpeg) which it is very poorly supported extension. 扩展是ljpeg(无损jpeg),它是非常支持扩展。 I want to read them using matlab or converting them to any other type which is widely supported. 我想用matlab读取它们或将它们转换为广泛支持的任何其他类型。 thank 谢谢

I know there is a working version of DDSM's jpeg program for linux at http://www.cs.unibo.it/~roffilli/sw.html I compiled and tested it. 我知道有一个适用于Linux的DDSM jpeg程序的工作版本http://www.cs.unibo.it/~roffilli/sw.html我编译并测试了它。 I used the MATLAB code as described here to view the images. 我使用这里描述的MATLAB代码来查看图像。 It displays correctly only for some scanners. 它仅适用于某些扫描仪。 As described in the paper http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.111.3846 When properly compiled, the DDSM software outputs the image data as a stream of raw bytes; 如论文http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.111.3846中所述,正确编译后,DDSM软件将图像数据作为原始字节流输出; one then has to normalise these according to the model of digitiser used to image the original films and then create an image file that is readable by one's image analysis software environment. 然后必须根据用于对原始胶片成像的数字转换器模型对这些进行归一化,然后创建一个可由一个人的图像分析软件环境读取的图像文件。

* EDIT: * I found a complete solution that downloads, normalizes (based on the scanner) and converts the DDSM image to PNG format. * 编辑: *我找到了一个完整的解决方案,可以下载,标准化(基于扫描仪)并将DDSM图像转换为PNG格式。 Dr. Chris Rose wrote that program, please download it on his website Chris Rose博士写了这个程序,请在他的网站上下载

http://microserf.org.uk/academic/Software.html http://microserf.org.uk/academic/Software.html

This link will help you to read and display the image. 链接将帮助您阅读和显示图像。

EDIT 编辑

see this link and follow the steps in the Data sets section, you will decompress the files using linux. 看到此链接并按照数据集部分中的步骤操作,您将使用linux解压缩文件。

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

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