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 171 - 180 of 192

Results for: imshow

POLY2MASK and ROIPOLY – Part 1 19

This is the first of several blogs about the algorithm behind poly2mask and roipoly. poly2mask takes a set of polygon vertices and produces a binary mask image. The binary mask has 1s for... read more >>

Old habits 4

Last time I showed off custom data cursors with a little utility function that displays object labels as data cursors: My code used label2rgb to display a "colorized" label... read more >>

Labeling labeled objects 82

A post in comp.soft-sys.matlab this week (see the third post in this thread) asked how to display graphically the numerical labels associated with each labeled object. In this blog I'll show a... read more >>

Hough transform coordinate system 19

Reader JP asked me about my recent blog post on the Hough transform. Specifically, she wanted to know exactly how the rho-theta coordinate system was defined. When I answered her question, ... read more >>

The Story Behind the MATLAB Default Image 13

Image display was added in version 4 of MATLAB, sometime around 1990. Many observant users noticed that the low-level image display object had default pixel values. In other... read more >>

Dilation, erosion, and the morphological gradient 53

The morphological operator dilation acts like a local maximum operator. Erosion acts like a local minimum operator. You can use them together to compute something called the... read more >>

Showing image pixels associated with a Hough transform bin 124

Someone here recently puzzled over the output of the Hough transform functions in the Image Processing Toolbox. The Hough transform is used to detect line segments, typically in binary... read more >>

Responses to reader challenge 3

Thanks to Kimo Johnson and Perttu Ranta-aho for responding to my custom spatial transformation challenge. Contents Kimo's submission ... read more >>

Spatial transformations: Defining and applying custom transforms 20

Blog reader David A. asked me a while back about how to transform an image based on some mathematical function. For example, the online paper "Visualizing complex analytic functions... read more >>

Spatial transformations: Controlling the input and output grids with imtransform 45

The function imtransform has several optional parameters that allow you to fine-tune its behavior. Today's topic is about the parameters that let you control where the input... read more >>

Posts 171 - 180 of 192