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

搜索结果: 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... 更多内容 >>

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... 更多内容 >>

Image visualization using transparency 17

Transparent graphics objects can be used effectively to visualize image processing concepts. Two particularly useful techniques are: Highlighting image... 更多内容 >>

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.... 更多内容 >>

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... 更多内容 >>

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... 更多内容 >>

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 ... 更多内容 >>

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... 更多内容 >>

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... 更多内容 >>

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... 更多内容 >>

Posts 21 - 30 of 40