User`s guide

17-3
Enhancements to impoint, imline, and imrect Functions
The impoint, imline, and imrect function now support an interactive placement
capability. Using the mouse, you can specify the initial position of the point, line, or
rectangle. In addition, the imrect function now supports interactive resizing using the
mouse. See the reference pages for these functions for more information and examples.
Enhancements to montage Function
The montage function now supports parameters that control the arrangement and
appearance of the images displayed. See the montage reference page for these functions
for more information and examples
makecform Uses 'icc' Whitepoint for L*a*b*/sRGB Conversions
The makecform function now only uses the white point type 'icc' for color space
conversions from L*a*b* to srgb (type = 'lab2srgb') and from srgb to L*a*b* (type =
'srgb2lab').
Compatibility Considerations
In previous releases, you could specify other white point values for these conversions,
using the optional 'Whitepoint' parameter. This syntax now issues a warning when
any other white point besides 'icc' is specified.
normxcorr2 Might Return Different Results
The normxcorr2 function now returns values in the range [-1,1] for all inputs. In
previous releases, normxcorr2 returned values outside this range for certain inputs.
watershed Uses New Algorithm
The watershed transform algorithm used by the watershed function has changed.
The previous algorithm occasionally produced labeled watershed basins that were not
contiguous..