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
Cheng Zhao
2012년 11월 9일
Has anyone found a solution to this? I really need a way to import those data to matlab?
Image Analyst
2012년 11월 9일
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
2012년 11월 9일
Not so good news: looks like .LJPEG files are produced by broken software.
Cheng Zhao
2012년 11월 9일
ali Jalil
2016년 4월 13일
arun anoop m
2020년 8월 20일
편집: arun anoop m
2020년 8월 20일
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
답변 (1개)
Image Analyst
2012년 5월 12일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Image Filtering and Enhancement에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!