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 71

다음에 대한 결과: 2007

ICIP 2007

For the next few days, I'll be at the IEEE International Conference on Image Processing in San Antonio, Texas. If you're there, stop by the MathWorks table and say hi. PS. I've discovered... 더 읽어보기 >>

R2007b 8

Sharp-eyed readers of my previous post might have noticed the "Published with MATLAB® 7.5" footer at the end of the example. That's right, as Loren posted earlier this week, R2007b is now... 더 읽어보기 >>

Clearing border components 5

I saw an application recently where someone wanted to handle NaNs in an image differently depending on whether they were "interior." In other words, a set of connected NaN pixels... 더 읽어보기 >>

Intensity-weighted centroids 129

One the measurements provided by regionprops is 'Centroid'. Here's an example of labeling binary objects, computing the centroid of each object, and plotting the centroid location on top... 더 읽어보기 >>

Upslope area – handling plateaus, revisited 5

Earlier in this series I have discussed the problem of plateaus. Specifically, how do you assign a flow direction to a DEM pixel that has no downhill neighbors? I proposed in part 5 that the... 더 읽어보기 >>

Gray scale pixel values in labeled regions 58

The functions bwlabel and regionprops are very useful for measuring the properties of shapes in a binary image. There are documentation examples and product demos showing how to do this,... 더 읽어보기 >>

Image deblurring – Introduction 87

I'd like to introduce guest blogger Stan Reeves. Stan is a professor in the Department of Electrical and Computer Engineering at Auburn University. He serves as an associate ... 더 읽어보기 >>

Upslope area – Forming and solving the flow matrix 7

About twelve years ago, I was implementing the algorithm that became roifill in the Image Processing Toolbox. In this algorithm, a specified set of pixels is replaced (or filled in) such that... 더 읽어보기 >>

Upslope area code is now available

After my last upslope area post, I decided that I had enough of the algorithm details worked out to produce a set of working M-files. Although I have a few more posts to go, I've already uploaded... 더 읽어보기 >>

Upslope area – Recursive calculation procedure 6

So far in this series I've talked about calculating pixel flow directions and handling plateaus, but I haven't yet discussed the actual upslope area calculation. The Tarboton paper... 더 읽어보기 >>

Posts 21 - 30 of 71