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 131 - 140 of 192

結果: imshow

Filling small holes 3

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... 続きを読む >>

Image deblurring using regularization 10

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... 続きを読む >>

Opening by reconstruction 6

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... 続きを読む >>

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.... 続きを読む >>

False-color visualization of binary image object sets 2

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 =... 続きを読む >>

Performance optimization for applylut 2

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,... 続きを読む >>

Lookup tables for binary image processing—Conway’s Game of Life 2

This is the third post about using lookup tables to process binary images. The first two posts were: Introduction Basic... 続きを読む >>

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 ... 続きを読む >>

Viewing output-space coordinates for a transformed image 14

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? ... 続きを読む >>

Posts 131 - 140 of 192