Code covered by the BSD License  

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

4.0

4.0 | 1 rating Rate this file 2 Downloads (last 30 days) File Size: 2.44 KB File ID: #22300
image thumbnail

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

by Tomasz Piech

 

03 Dec 2008

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

| 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

Contact us at files@mathworks.com