A MATLAB user recently asked in the MATLAB newsgroup how to fill "small" holes in a binary image. The function imfill can be used to fill all holes, but this user only wanted to fill holes... 更多内容 >>
Note
Steve on Image Processing with MATLAB has been archived and will not be updated.
A MATLAB user recently asked in the MATLAB newsgroup how to fill "small" holes in a binary image. The function imfill can be used to fill all holes, but this user only wanted to fill holes... 更多内容 >>
I'd like to welcome back guest blogger Stan Reeves, professor of Electrical and Computer Engineering at Auburn University, for another in his series of posts on image... 更多内容 >>
Today I want to show you a morphological operation called "opening by reconstruction." The normal morphological opening is an erosion followed by a dilation. The erosion "shrinks" an image... 更多内容 >>
Some nonlinear image processing operations can be expressed in terms of linear filtering. When this is true, it often provides a recipe for a speedy MATLAB implementation.... 更多内容 >>
Today I want to demonstrate a useful technique to produce a false-color visualization of different sets of binary image objects. Here's the sample image that we'll use: url =... 更多内容 >>
I thought I would finish my discussion of applylut and makelut by describing a performance optimization we implemented for version 6 (R2007b) of the Image Processing Toolbox.
A couple of years ago,... 更多内容 >>
This is the third post about using lookup tables to process binary images. The first two posts were: Introduction Basic... 更多内容 >>
Several questions I've seen about bwlabel are about finding the correspondences between object labels in two images. In other words, if a particular pixel is in the foreground in two... 更多内容 >>
The three most common questions I've been hearing about bwlabel, which is used for labeling connected components in a binary image, are about Search order ... 更多内容 >>
Blog reader Ram asked a question last week that I hear fairly often: When you apply a spatial transformation to an image, how can you see the x-y coordinates when you display the image? ... 更多内容 >>