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 31 - 40 of 71

Results for: 2007

Filling holes in images 23

Didja know? You can fill holes, or pits, in grayscale images by using the Image Processing Toolbox function imfill. The other day I was rereading the Tarboton paper on upslope area,... read more >>

imoverlay and imagesc 5

In March 2006 I wrote about how to overlay a specified color onto specified pixels of a grayscale or RGB image. I put a utility function (imoverlay) for performing this... read more >>

bwlabeln – design decision 13

In a comment on my "Connected component labeling - Part 6" post, Martin Isenburg asked "what is the rationale behind the design decision to have bwlabeln work on individual pixels rather than on... read more >>

Upslope area – More plateau processing

In part 4 of this series I classified DEM plateaus into: ... read more >>

Cell morphology article in Science magazine

The June 22, 2007 issue of Science magazine contains the article "Quantitative Morphological Signatures Define Local Signaling Networks Regulating Cell Morphology," by Chris Bakal, John Aach,... read more >>

Image processing in the movies 25

I'm blogging from vacation today, so here's a fun topic for you to consider. (As far as I know it has nothing to do with MATLAB.) What are your favorite movies or TV shows in which image... read more >>

imfinfo, imread can automatically detect the image format 9

Didja know? Functions imfinfo and imread do not depend exclusively on the filename extension (for example, .jpg, .png, .tif, etc.) to determine the image file format. I thought about this because a... read more >>

Finding pixels adjacent to a mask 7

Here's a quick tip. A user question came in recently that involved a step of finding the pixels adjacent to foreground pixels in a binary image. Suppose you have a binary mask image,... read more >>

Intruder detection example 8

MathWorks developer Dave L. created an Intruder Detection example to demonstrate how Image Acquisition Toolbox and Data Acquisition Toolbox can work together. The program displays live video and... read more >>

Webinar next week: Color Image Processing in MATLAB 2

Technical Marketing Manager Bruce Tannenbaum and I will be hosting a live webinar next Thursday, June 28, on color image processing. If you're interested, browse to the MathWorks home page,... read more >>

Posts 31 - 40 of 71