Recently, I've been explaining how I made this plot, which is from DIPUM3E (Digital Image Processing Using MATLAB, 3rd ed.): In my July 20 post, I showed one way to compute the spectral colors to... read more >>
Note
Steve on Image Processing with MATLAB has been archived and will not be updated.
Recently, I've been explaining how I made this plot, which is from DIPUM3E (Digital Image Processing Using MATLAB, 3rd ed.): In my July 20 post, I showed one way to compute the spectral colors to... read more >>
I was looking at these two numbers the other day:0.015764607523034235576460752303423488It turns out they are very close, differing only by about 5 parts in a quadrillion.A tech support... read more >>
It was a while ago now, but on April 27 I started explaining how I made this plot, which is from DIPUM3E (Digital Image Processing Using MATLAB, 3rd ed.):... read more >>
The new edition of Digital Image Processing Using MATLAB (DIPUM3E) contains a number of MATLAB functions related to color, color calculations, and color visualization. I wrote about functions for... read more >>
I like to think of geometric transformations of images (stretching, shrinking, rotating, etc.) by starting with the geometric transformations of points. You could think of a geometric point... read more >>
When working on the "Color Image Processing" chapter of DIPUM3E, I found myself often wanting to display square blocks (or swatches) of color, like this: Eventually, I wrote a function,... read more >>
The 3rd edition of Digital Image Processing Using MATLAB (DIPUM3E) has just been published, at long last. The new edition includes extensive new coverage of image transforms, spectral color models,... read more >>
Today I will show you how I plotted this treble clef symbol in MATLAB: My discovery and implementation process for doing this involved Unicode characters, SVG files, string processing, Bezier curves,... read more >>
Today, I'm writing about how to create animated PNG (APNG) files, such as this one: I first wrote about APNG files last February. An APNG file is a valid PNG image file that uses file metadata in a... read more >>
The title function is the third most commonly-used function in my 13 years of writing this blog, after imshow and imread. You have probably all used this function many times.... read more >>
These postings are the author's and don't necessarily represent the opinions of MathWorks.