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.

Bit slices

Blog reader Kathirvel wanted to know more about the MATLAB default image and how it was formed. I'll show briefly how it was done, using a small magic square and a Pascal matrix. m =...

Blog reader Kathirvel wanted to know more about the MATLAB default image and how it was formed.

I'll show briefly how it was done, using a small magic square and a Pascal matrix.

Nonflat grayscale dilation and erosion 22

Blog reader Alex asked for an explanation of nonflat grayscale dilation and erosion. In the most commonly-used form of dilation, the structuring element defines a neighborhood of a pixel. In... read more >>

Software development tools for engineers 9

Back in September I wrote that I would be attending the IEEE International Conference on Image Processing this month, and that I would be giving a seminar on software development tools and... read more >>

Getting MATLAB code from blog postings 8

Back in January, I wrote that I was using the MATLAB publish feature to generate some of my blog posts. Since then, I've used publish for almost every post. I write my post as a MATLAB script, and... read more >>

Hough transform coordinate system 19

Reader JP asked me about my recent blog post on the Hough transform. Specifically, she wanted to know exactly how the rho-theta coordinate system was defined. When I answered her question, ... read more >>

The Story Behind the MATLAB Default Image 13

Image display was added in version 4 of MATLAB, sometime around 1990. Many observant users noticed that the low-level image display object had default pixel values. In other... read more >>

Separable convolution 26

The sci.image.processing newsgroup had a discussion this week on separable filters, which reminded me that separability has been on my blog topic ideas list for a while now. ... read more >>