how to open lossless jpeg file

I have download images from DDSM screening mammograms which are in .LJPEG format. How can I open and view that images
please help me
Thanks

6 Kommentare

Cheng Zhao
Cheng Zhao am 9 Nov. 2012
Has anyone found a solution to this? I really need a way to import those data to matlab?
I don't know that format, and neither does imread, unless it's really a jpeg2000 format. Try renaming the extension to one of these and see if imread will read it:
EXT ISA INFO READ WRITE ALPHA DESCRIPTION
-----------------------------------------------------------------------------------------
j2c j2k isjp2 imjp2info readjp2 writej2c 0 JPEG 2000 (raw codestream)
jp2 isjp2 imjp2info readjp2 writejp2 0 JPEG 2000 (Part 1)
jpf jpx isjp2 imjp2info readjp2 0 JPEG 2000 (Part 2)
Walter Roberson
Walter Roberson am 9 Nov. 2012
Not so good news: looks like .LJPEG files are produced by broken software.
ali Jalil
ali Jalil am 13 Apr. 2016
arun anoop m
arun anoop m am 20 Aug. 2020
Bearbeitet: arun anoop m am 20 Aug. 2020
you can search CBIS-DDSM dataset or MIASDbv1(Suckling et.al.) Breast can mammography images. I tried lots in DDSM (LJPEG to JPEG),but the decompressor file, their specified link is not reachable nowadays.
http://www.eng.usf.edu/cvprg/Mammography/software/heathusf_v1.1.0.html

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Image Analyst
Image Analyst am 12 Mai 2012

0 Stimmen

You need to get a reader for that type of file. As of R2011b (what I'm using now) it doesn't appear that imread() handles that format. Search the internet to see if anyone has written a MATLAB function to read that type of file format.

Gefragt:

am 12 Mai 2012

Bearbeitet:

am 20 Aug. 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by