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.

Spatial transformations: Where is the input image? 23

We've talked about using Image Processing Toolbox functions to define an affine transformation and apply it to points. Let's begin to explore transforming images. ... read more >>

All about pixel colors: Reference information 7

Note See the following posts for new or updated information about this topic: MATLAB image display - from data values to pixel colors MATLAB image display - truecolor and indexed... read more >>

Tracing George 104

Note See the 17-Jun-2021 post for new or updated information about this topic. Last time, in my spatial transformations series, I introduced the head-and-shoulders outline that I like... read more >>

All about pixel colors: Window-level and CLim 10

Note See the following posts for new or updated information about this topic: MATLAB image display - from data values to pixel colors MATLAB image display - truecolor and indexed... read more >>

Resetting my expectations: What do users know about new product features? 5

I learned something interesting this week in conversations with MATLAB users. By e-mail and phone I talked with two people who have been reading posts in this blog. Both have the Image Processing... read more >>

Spatial transformations: maketform, tformfwd, and tforminv 115

Several Image Processing Toolbox functions related to spatial transformations use "tform" structures. A tform structure has data and function handles needed for applying a... read more >>

All about pixel colors: Scaled indexed images 52

Note See the following posts for new or updated information about this topic: MATLAB image display - from data values to pixel colors MATLAB image display - truecolor and indexed... read more >>

Spatial transformations: Affine 23

To explore spatial transformations of images, we need a simple, nontrivial, and useful transformation. The affine transformation fits the bill. Here's the basic affine... read more >>

All about pixel colors: Truecolor and indexed images 76

Note See the following posts for new or updated information about this topic: MATLAB image display - from data values to pixel colors MATLAB image display - truecolor and indexed... read more >>