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.

Research study on testing engineering and scientific software

I have posted here several times about MATLAB xUnit, the unit testing framework that I contributed to the MATLAB Central File Exchange. Now I am collaborating with Prof. Diane Kelly (Royal Military... read more >>

Old fogey tales 14

When I originally mentioned to Ned that I might be interested in doing a MATLAB Central blog, he suggested that I write a few sample posts first to see how I liked it. One of the samples... read more >>

Freehand segmentation in the a*-b* plane 10

Today I return to examining this picture of M&Ms:url = 'https://blogs.mathworks.com/images/steve/2010/mms.jpg'; rgb = imread(url); imshow(rgb) Previously I showed how to convert pixel... read more >>

Feature AND

I'm going to take a break from looking at M&Ms this week and instead consider a question that Richard asked yesterday: "I have two binary images of the same size. I want to select... read more >>