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 391 - 400 of 478

搜索结果: Uncategorized

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... 更多内容 >>

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,... 更多内容 >>

Filling holes in images 23

Didja know? You can fill holes, or pits, in grayscale images by using the Image Processing Toolbox function imfill. The other day I was rereading the Tarboton paper on upslope area,... 更多内容 >>

imoverlay and imagesc 5

In March 2006 I wrote about how to overlay a specified color onto specified pixels of a grayscale or RGB image. I put a utility function (imoverlay) for performing this... 更多内容 >>

Cell morphology article in Science magazine

The June 22, 2007 issue of Science magazine contains the article "Quantitative Morphological Signatures Define Local Signaling Networks Regulating Cell Morphology," by Chris Bakal, John Aach,... 更多内容 >>

Image processing in the movies 25

I'm blogging from vacation today, so here's a fun topic for you to consider. (As far as I know it has nothing to do with MATLAB.) What are your favorite movies or TV shows in which image... 更多内容 >>

imfinfo, imread can automatically detect the image format 9

Didja know? Functions imfinfo and imread do not depend exclusively on the filename extension (for example, .jpg, .png, .tif, etc.) to determine the image file format. I thought about this because a... 更多内容 >>

Finding pixels adjacent to a mask 7

Here's a quick tip. A user question came in recently that involved a step of finding the pixels adjacent to foreground pixels in a binary image. Suppose you have a binary mask image,... 更多内容 >>

Intruder detection example 8

MathWorks developer Dave L. created an Intruder Detection example to demonstrate how Image Acquisition Toolbox and Data Acquisition Toolbox can work together. The program displays live video and... 更多内容 >>

Posts 391 - 400 of 478