Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Mathematics
General TopicsResearchOperations ResearchStatisticsMathematical LogicNumerical AnalysisUndergraduate MathAlgebra HelpRecreational Math
Math Software
MapleMathematicaMATLABScilabSASSPSS

Math Forum / Math Software / MATLAB / October 2005



Tip: Looking for answers? Try searching our database.

how MATLAB can read  *.LJPEG images !

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Hengameh - 17 Oct 2005 08:23 GMT
Dear friends:
Imread function in MATLAB can open 'jpg' , 'jpeg', 'pbm',
'bmp',…images but
         it can’t read “LJPEG”
would you please guide me how can I open these images and what the
name of relevant software is.

thanks
Hengameh
Eric Carlson - 17 Oct 2005 14:25 GMT
A previous post suggested using the MATLAB image toolbox, which is an
add-on to the standard version of MATLAB. The literature/web
documentation on the toolbox does not specifically say that the toolbox
supports ljpeg, but it supports generically DICOM. At the bottom of this
page

http://www.mathworks.com/applications/imageprocessing/demos.html

is the statement that if you are a licensed MATLAB user you can download
a 30-day trial of the product.

I searched the web over and found that ljpeg is very poorly supported,
and multiple implementations exist for it. My image-conversion standby,
ImageMagick, requires a special add-in to read this format and you must
create the patch yourself. One page suggested using xmedcom

http://sourceforge.net/projects/xmedcon/

but I have no ljpeg files so I could not tell you if it would work for you.

Good Luck!

> Dear friends:
>  Imread function in MATLAB can open 'jpg' , 'jpeg', 'pbm',
[quoted text clipped - 5 lines]
> thanks
> Hengameh
Jeff Mather - 31 Oct 2005 20:59 GMT
> Dear friends:
>  Imread function in MATLAB can open 'jpg' , 'jpeg', 'pbm',
> 'bmp',…images but
>           it can’t read “LJPEG”
> would you please guide me how can I open these images and what the
> name of relevant software is.

Some folks have recommended using IMREAD -- which is in MATLAB, by the
way, not the Image Processing Toolbox.  The function is fairly smart and
can usually tell the format of the file, regardless of the extension.
In fact, if the extension is unknown (or absent) it will actually go
through and test for each of the supported file formats, which are given
in IMFORMATS.

Can IMREAD handle this kind of file (.ljpeg)?  I don't know.  If it's
lossless JPEG, quite probably.  If it's JPEG-LS, no.

Jeff Mather
Image Processing Team
The MathWorks, Inc.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2012 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.