Steve on Image Processing with MATLAB

Image processing concepts, algorithms, and MATLAB

Posts 11 - 20 of 46

다음에 대한 결과: 2010

The Two Amigos 15

I'd like to introduce Brett Shoelson as guest blogger for today. Many of you already know Brett from his work on the File Exchange Pick of the Week blog, or his posts on the... 더 읽어보기 >>

Disconnected component labeling: part 2 3

Last week I wrote about a user's request to perform connected-component labeling with an unusual connectivity definition: [1 0 1 0 1]This definition, which is not supported by Image... 더 읽어보기 >>

Disconnected component labeling: part 1 10

A blog reader asked me recently for an enhancement related to connectivity. I found the request a bit surprising, and I want to explore it with you in the this post and the next. ... 더 읽어보기 >>

Fourier transforms, vertical lines, and horizontal lines 14

A reader asked in a blog comment recently why a vertical line (or edge) shows up in the Fourier transform of an image as a horizontal line. I thought I would try to explain this using the... 더 읽어보기 >>

Almost-connected-component labeling 14

In a recent post I demonstrated the use of bwdist (binary image Euclidean distance transform) to perform isotropic dilation. This was inspired by something that Brett asked me about. ... 더 읽어보기 >>

Documentation for previous releases now available online 10

Thanks to Steve Lord I just learned that documentation for previous MathWorks releases is now available online. This is something I know many of you have asked about. Just hop over to the... 더 읽어보기 >>

Isotropic dilation using the distance transform 10

Brett recently asked me about an image processing problem. One step in the problem involved finding out which pixels are within a certain distance of the foreground in a binary image. We... 더 읽어보기 >>

Visualizing regionprops ellipse measurements 19

The Image Processing Toolbox function regionprops gives you measurements of shape-based measurements of image regions. It's pretty useful, and I have shown many examples of it on this... 더 읽어보기 >>

Complex surprises from fft 9

One of the discrete-time Fourier transform properties that many people learn is that if a sequence is conjugate symmetric, , then the Fourier transform is real. Therefore it... 더 읽어보기 >>

“DIM” terminology 18

I've been bothered recently by a MATLAB terminology question: How should we describe the dim argument in functions such as sum? The documentation for sum says: B = sum(A,dim) sums along... 더 읽어보기 >>

Posts 11 - 20 of 46