Products & Services Solutions Academia Support User Community Company

Learn more about Image Processing Toolbox   

Version 6.3 (R2009a) Image Processing Toolbox

This table summarizes what's new in Version 6.3 (R2009a).

New Features and ChangesVersion Compatibility ConsiderationsFixed Bugs and Known ProblemsRelated Documentation at Web Site
Yes
Details below
Yes—Details labeled as Compatibility Considerations, below. See also Summary.Bug Reports
Includes fixes

Printable Release Notes: PDF

Current product documentation

The following sections describe new features and changes introduced in this version:

Faster, Less Memory-Intensive Workflow for Labeling Regions and Measuring Their Properties

The bwconncomp function computes connected components for binary images. It uses significantly less memory and is sometimes faster than bwlabel and bwlabeln.

To extract features from a binary image using regionprops with default connectivity, just pass BW directly into regionprops (i.e., regionprops(BW)). To compute a label matrix having more memory-efficient data type (e.g., uint8 versus double), use the labelmatrix function on the output of bwconncomp.

Multithreaded Implementation of imfilter Function

The imfilter function is now multithreaded.

Efficient Display and Navigation of Very Large Images in imtool

The new rsetwrite function allows you to create a multi-resolution image pyramid (R-Set) from a large TIFF image file. In previous releases, large images would not open in imtool, or they did open, but navigation was slow. You can now open your R-Set with imtool and explore it as you would a standard image.

New Dialog Box for Setting Toolbox Preferences

A new preferences dialog box allows customization of Image Processing Toolbox™ preferences. You can access the dialog box via the File menu in the MATLAB desktop, the File menu in the Image Tool (imtool), or directly from the command line by typing iptprefs.

A new preference has been added that allows you to specify whether the Overview tool opens automatically when you launch the Image Tool.

Compatibility Considerations

In previous releases, the Overview tool opened automatically with imtool. The new default behavior is for the Overview tool to no longer open automatically. If you would like to revert to the previous behavior you can set this preference via the Image Processing Preferences dialog box (iptprefs).

In previous releases, if you changed the preferences with the iptsetpref command, these changes would revert to the default setting when you finished a MATLAB session. Now, if you change preferences, these changes will remain intact from one MATLAB session to the next.

New imcolormaptool Function That Opens Choose Colormap Tool

The new function imcolormaptool opens the Choose Colormap tool. The Choose Colormap tool allows you to interactively change the colormap of a displayed image. You can also access the tool from the Tools menu of the Image Tool, as in previous releases.

End Point and Branch Point Detection Now Possible

bwmorph now detects end points and branch points in binary images.

nitfread Now Allows Image Subregion Selection

The nitfread function now includes a PixelRegion parameter that returns a subimage as specified by row and column vectors.

Compatibility Considerations

From R2007a to R2008b, the nitfread function returned uint8 data for images with 1-bit data. Now nitfread returns logical data for images with 1-bit data. If you want this function to behave as it did in the past, enter the following:

imdata = uint8(nitfread(filename));

Support for Intel IPP on Mac

In previous releases, the Image Processing Toolbox leveraged the Intel Integrated Performance Primitives (Intel IPP) Library on 32- and 64-bit Linux® and Windows® platforms. Now Intel IPP-use has been extended to the Mac®.

getColor, getLabelVisible, and setLabelVisible Methods Added to imdistline

imdistline now includes a getColor method that returns the color used to draw a specific ROI object. Also, the new getLabelVisible and setLabelVisible methods make it possible to control the visibility of the Distance tool text label.

Five Functions Moved to MATLAB

The following five functions moved from the Image Processing Toolbox to MATLAB: cmpermute, cmunique, dither, imapprox, and rgb2ind. The behavior of some of the functions has changed slightly, as described in the compatibility considerations listed below.

Compatibility Considerations

Fan-Beam Functions Updated

Compatibility Considerations

Due to a bug fix, the fan-beam functions (fanbeam, ifanbeam, fan2para, para2fan) now return different answers than in previous releases.

  


Recommended Products

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.

 © 1984-2009- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS