bio_img_steve

Steve on Image Processing with MATLAB

Image processing concepts, algorithms, and MATLAB

Note

Steve on Image Processing with MATLAB has been archived and will not be updated.

Posts 291 - 300 of 597

R2010b – More Image Processing Toolbox changes 3

In my October 15 post I mentioned some Image Processing Toolbox performance improvements in the R2010b release. Today I want to mention other improvements in the release. There... read more >>

How long is the coast of Britain? 1

I heard this morning that Benoît B. Mandelbrot died over the weekend. Dr. Mandelbrot developed the theory of fractal geometry. Here's a picture of the set that bears his... read more >>

R2010b – Image Processing Toolbox performance improvements 13

MathWorks shipped release R2010b last month. Today I want to mention several performance improvements made in the Image Processing Toolbox. First, imresize received more love and... read more >>

The Two Amigos 15

I'd like to introduce Brett Shoelson as guest blogger for today. Many of you already know Brett from his work on the File Exchange Pick of the Week blog, or his posts on the... read more >>

Disconnected component labeling: part 2 3

Last week I wrote about a user's request to perform connected-component labeling with an unusual connectivity definition: [1 0 1 0 1]This definition, which is not supported by Image... read more >>

Disconnected component labeling: part 1 10

A blog reader asked me recently for an enhancement related to connectivity. I found the request a bit surprising, and I want to explore it with you in the this post and the next. ... read more >>

Fourier transforms, vertical lines, and horizontal lines 14

A reader asked in a blog comment recently why a vertical line (or edge) shows up in the Fourier transform of an image as a horizontal line. I thought I would try to explain this using the... read more >>

Almost-connected-component labeling 14

In a recent post I demonstrated the use of bwdist (binary image Euclidean distance transform) to perform isotropic dilation. This was inspired by something that Brett asked me about. ... read more >>

Documentation for previous releases now available online 10

Thanks to Steve Lord I just learned that documentation for previous MathWorks releases is now available online. This is something I know many of you have asked about. Just hop over to the... read more >>

Isotropic dilation using the distance transform 10

Brett recently asked me about an image processing problem. One step in the problem involved finding out which pixels are within a certain distance of the foreground in a binary image. We... read more >>

Posts 291 - 300 of 597

These postings are the author's and don't necessarily represent the opinions of MathWorks.