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 21 - 30 of 40

Results for: numel

Dilation with linear structuring elements 13

For my series on dilation algorithms, I've followed my unfortunate custom of dragging a series out way too long. :-) So let's wrap it up with a mention of the last key algorithmic idea... read more >>

Dilation algorithms—decomposing more shapes 2

In my previous post on dilation algorithms I discussed structuring element decomposition. We looked at the decomposition of structuring elements with rectangular domains. Today I want to... read more >>

Image visualization using transparency 17

Transparent graphics objects can be used effectively to visualize image processing concepts. Two particularly useful techniques are: Highlighting image... read more >>

Nonlinear operations using imfilter 9

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.... read more >>

Batch processing revisited

Here's a very common question we receive: "How do I process a set of image files in a directory?" I first posted an example illustrating "batch processing" of a set... read more >>

Corresponding labeled objects in two images 10

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... read more >>

Relabeling a label matrix 16

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 ... read more >>

bwlabel search order 23

I've received several questions over the past months about the search order for the function bwlabel and whether it can be changed. Today's post discusses the search-order issue, how useful it... read more >>

Counting occurrences of image colors 9

Blog reader André recently asked me how to count the number of times each color appears in an image. One short solution involves optional output arguments from the function... read more >>

Image deblurring – Wiener filter 73

I'd like to welcome back guest blogger Stan Reeves, professor of Electrical and Computer Engineering at Auburn University. Stan will be writing a few blogs here about image... read more >>

Posts 21 - 30 of 40