The June 2008 issue of Scientific American contains the article "Digital Image Forensics," by Hany Farid, Professor and Associate Chair of Computer Science at Dartmouth College. Professor Farid... read more >>
Note
Steve on Image Processing with MATLAB has been archived and will not be updated.
The June 2008 issue of Scientific American contains the article "Digital Image Forensics," by Hany Farid, Professor and Associate Chair of Computer Science at Dartmouth College. Professor Farid... read more >>
Congratulations to the Phoenix team for a successful landing and deployment on Mars! Mission leadership: University of Arizona, Tucson Mission project management: NASA Jet Propulsion... read more >>
This is the third post about using lookup tables to process binary images. The first two posts were: Introduction Basic... read more >>
This is the second in a short series on using lookup tables for binary image neighborhood operations. See the first post for the basic idea. The Image Processing Toolbox has two... read more >>
Over the past few years I've been fascinated to see the progress in making text look better on the screen. (I should confess right away that I know nothing about typography, and almost nothing... read more >>
Today I'm introducing a short series about using lookup tables to implement neighborhood operations in binary images. This is a fast implementation technique that works for small... read more >>
I often find myself writing small functions that help visualize certain image processing algorithms. For example, my last three posts on bwlabel included identical snippets of code that... read more >>
Several questions I've seen about bwlabel are about finding the correspondences between object labels in two images. In other words, if a particular pixel is in the foreground in two... read more >>
The three most common questions I've been hearing about bwlabel, which is used for labeling connected components in a binary image, are about Search order ... read more >>
I grabbed the latest issue of IEEE Signal Processing Magazine out of my mailbox the other day. As I was flipping through the pages I noticed a familiar face: Doug Williams, who is the Special... read more >>