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 71 - 80 of 96

Results for: plot

Extracting dot locations from a graphic 11

I was looking at the image below on a web page recently and I decided to extract the locations of all the dots. I thought the procedure might make a nice little end-of-the-week how-to... read more >>

The conv function and implementation tradeoffs 12

A friend from my grad school days (back in the previous millenium) is an electrical engineering professor. Students in his class recently asked him why the conv function is not... read more >>

Locating the US continental divide, part 7 – Putting it all together

Today is the final post in my continental divide series. In earlier posts I have used the problem of computing the US continental divide as a vehicle for exploring data import, image... read more >>

Locating the US continental divide, part 6 – Final computation and visualization 6

Today's post in my continental divide series demonstrates the final computational step and shows one procedure for visualizing the Pacific and Atlantic catchment basins. In my previous... read more >>

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 – performance of decomposed strels

We looked at the decomposition of different structuring element shapes in my previous post on dilation algorithms. Today let's time some code to how decomposition makes a real difference in... read more >>

Dilation algorithms—Introduction 20

Post updated on September 4 based on feedback from Cris Luengo's comment. Today I'm starting a new series covering some of the concepts underlying algorithms for performing morphological... read more >>

Neighbor indexing 14

Earlier this year I wrote about logical indexing and linear indexing. Now I want to finish this little indexing series with an example of a technique I call neighbor indexing. I've... read more >>

Cleaning up scanned text 30

Earlier this year I exchanged e-mail with blog reader Craig Doolittle. Craig was writing MATLAB scripts to clean up scanned pages from old manuscripts. One of the samples he sent me was... read more >>

Upslope area – influence and dependence maps

In my August 7th post on upslope area, I showed how to construct and solve the flow matrix to determine the upslope area for every pixel in a digital elevation model (DEM). In addition,... read more >>

Posts 71 - 80 of 96