4.0

4.0 | 1 rating Rate this file 19 downloads (last 30 days) File Size: 2.44 KB File ID: #22300

Reads an IPL (IPLab) file and returns images it contains.

by Tomasz Piech

 

03 Dec 2008

Code covered by BSD License  

Reads an IPL (IPLab) file and returns images and meta-data it contains in cell structures.

Download Now | Watch this File

File Information
Description

IPLab files (.ipl) provide a structure to hold multiple image data, along with meta-data describing the images. This function allows you to read an IPL file and extract image and meta-data information.

MATLAB release MATLAB 7.6 (R2008a)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (1)
27 Jan 2009 Matthew McMahon

Pretty good function - allows me to get the data into MATLAB, which is what I need. It should probably be titled ipl2cell, since it doesn't take the data directly to image files. But it gets you most of the way... you can get the data to numeric form by the following line (assuming for the sake of example that your images are 128 x 128):
img_mat = reshape(cell2mat(img_cell),128,128,[]);

In my opinion it would be more useful to turn off the 'debug' feature by default.

Still, all in all a helpful function for IPLab users. Thanks!

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
biotech Tomasz Piech 04 Dec 2008 14:29:49
image processing Tomasz Piech 04 Dec 2008 14:29:49
data import Tomasz Piech 04 Dec 2008 14:29:49
ipl Tomasz Piech 04 Dec 2008 14:29:49
iplab Tomasz Piech 04 Dec 2008 14:29:49
image processing Cristina McIntire 05 Dec 2008 14:45:02
biotech Cristina McIntire 05 Dec 2008 14:45:05
data import Cristina McIntire 05 Dec 2008 14:45:10
data export Cristina McIntire 05 Dec 2008 14:45:10
data export Tomasz Piech 19 Dec 2008 15:06:29
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com