Steve on Image Processing with MATLAB

Image processing concepts, algorithms, and MATLAB

Posts 561 - 570 of 597

Determining point positions in MRI peg phantom 38

Blog reader Jonathan from St. Jude Children's Research Hospital sent me an image derived from an MRI peg phantom:bw =... 続きを読む >>

Batch processing 72

23-Jun-2015 update: See the new Image Batch Processor App (added to R2015a) and my blog post about it. A couple of months ago I was working with a bunch of pictures I had taken at... 続きを読む >>

Cell segmentation 119

Blog reader Ramiro Massol asked for advice on segmenting his cell images, so I gave it a try. I'm not a microscopy expert, though, and I invite readers who have better suggestions than... 続きを読む >>

A little deadline pressure

In a recent comment, blog reader Ramiro asks where I've been for the last couple of weeks. Well, I've been right here at my desk, working hard in advance of critical R2006b development deadlines.... 続きを読む >>

Spatial transformations: Where is the output image? 7

I wrote previously that most spatial image transformation implementations use inverse mapping. The Image Processing Toolbox function imtransform is implementated using this technique. Here's... 続きを読む >>

A Lab-based uniform color scale 40

DSP Tips & Tricks One of my favorite professional publications is IEEE Signal Processing Magazine. It has a regular feature called "DSP Tips & Tricks." In the January... 続きを読む >>

Spatial transformations: Inverse mapping 19

I wrote last week about the forward mapping method of spatially transforming images. Because of the disadvantages of the forward mapping method, most of the practical implementations use a... 続きを読む >>

Fast local sums

Note See the 09-Jan-2023 post for updated information about this topic, including a discussion of integral images and integral box filtering. The Image Processing Toolbox function... 続きを読む >>

Spatial transformations: Forward mapping 11

I've written previously about defining a spatial transform as a function, (x,y) = T{(u,v)}, that maps points from one space (input space) to another (output space). Given such a function, how do... 続きを読む >>

Quick tip: Determining uniqueness of local maximum 15

A MATLAB user asked me how to determine which image pixels had local maxima that weren't unique. My answer involves a creative use of ordfilt2. Let's review first the concept... 続きを読む >>

Posts 561 - 570 of 597

これらの投稿は著者に属するものであり、必ずしも MathWorks の見解を示すものではありません。