Steve on Image Processing
March 2nd, 2007
R2007a
As Loren posted yesterday in her Art of MATLAB blog, the R2007a release is available. Readers of this blog might be interested in the minor upgrades the Image Processing Toolbox, the Image Acquisition Toolbox, and the Video and Image Processing Blockset. Here is the release notes summary for all products.
The Image Processing Toolbox release includes:
- imresize improvements (faster, less memory, better antialiasing for large shrink factors, better quality for indexed images)
- tetrahedral interpolation in applycform
- cpselect is easier to use in custom GUIs
- Interactive mouse placement of shapes generated by imrect, impoint, and imline; interactive mouse resizing of the imrect rectangle
- New montage options for controlling layout and appearance
The Image Acquisition Toolbox release includes:
- From Video Device block for use with Simulink
- Support for additional QImaging and Matrox devices
- Improved DCAM driver
The Video and Image Processing Blockset includes:
- 3-D array representation for color data
- Expanded block support for color data
- Multiple strings in Insert Text block
- Improved algorithms in several demos
And then, of course, there's the new MATLAB release. There are too many worthwhile new features for me to mention them all here, but there are several new features that especially caught my eye:
- Multithreaded computation for many elementwise operators and linear algebra functions
- Maximizing and restoring Desktop windows
I've already started using this nifty new feature. It's really handy when doing presentations.
- Users can add their own M-file collections to the Help Browser's search database
- The Editor can auto-correct some code problems reported by M-Lint
- The divide-by-zero warning is now off by default
- Movies no longer play an "extra" time when loading
- New GUI callback functions including WindowScrollWheelFcn and KeyReleaseFcn
- New function bsxfun can help eliminate many calls to repmat
I'm especially glad that several publishing features that I regularly use in this blog are now fully documented for the first time, including inline links and images. Also, you can now insert arbitrary HTML markup into your published M-file scripts. I might have to give that a try soon.
Enjoy.
10:48 am |
Posted in Uncategorized |
Permalink |
You can follow any responses to this entry through the RSS 2.0 feed.
You can skip to the end and leave a response. Pinging is currently not allowed.
Leave a Reply
|
|
Hi Steve:
I bet you’re surprised to hear from me via your blog.
I was wondering, if I never installed 2006b, do I have to do that before installing 2007a, or is the 2007a release totally self contained.
Regards,
Ralph
Hi Ralph, nice to hear from you here! There’s no need to install R2006b before installing R2007a.
Hi Steve:
I would like to know if there is a way to automate the selection of control points in cpselect. I want to do this automation to find the scale and rotation of each frame in a video.
Jerico—The toolbox does not currently offer automatic control point selection. You can find information on methods for automatic determination of scale and rotation by searching online, and you might also be able to find some MATLAB code.