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 21 - 30 of 39

結果: regionprops

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... 続きを読む >>

Five years of Image Processing Toolbox changes 9

Earlier this week I wrote about the lists I keep of MATLAB and Image Processing Toolbox changes that might be relevant to the material in Digital Image Processing Using MATLAB. I've been keeping... 続きを読む >>

A new look for connected component labeling in R2009a – Part 3 3

I wrote last week about new features in R2009a related to connected component labeling. There are two new functions, bwconncomp and labelmatrix, as well as additional syntaxes for an existing... 続きを読む >>

A new look for connected component labeling in R2009a – Part 2 23

Last week I wrote about our desire to reduce the memory used by bwlabel. I also wrote about other issues we hoped to address: The... 続きを読む >>

A new look for connected component labeling in R2009a 6

One of the changes we made to the Image Processing Toolbox for R2009a was partially inspired by comments received on this blog. Specifically, several blog readers complained about the... 続きを読む >>

Using ismember with the output of regionprops 60

I recently heard a MathWorks application engineer (hi, Brett!) say that a short little paragraph in the regionprops documentation was very "powerful." Here it is: The function ismember... 続きを読む >>

Image visualization using transparency 17

Transparent graphics objects can be used effectively to visualize image processing concepts. Two particularly useful techniques are: Highlighting image... 続きを読む >>

Corresponding labeled objects in two images 10

Several questions I've seen about bwlabel are about finding the correspondences between object labels in two images. In other words, if a particular pixel is in the foreground in two... 続きを読む >>

Relabeling a label matrix 16

The three most common questions I've been hearing about bwlabel, which is used for labeling connected components in a binary image, are about Search order ... 続きを読む >>

bwlabel search order 23

I've received several questions over the past months about the search order for the function bwlabel and whether it can be changed. Today's post discusses the search-order issue, how useful it... 続きを読む >>

Posts 21 - 30 of 39