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.

Separable convolution: Part 2 25

Back in October I introduced the concept of filter separability. A two-dimensional filter s is said to be separable if it can be written as the convolution of two one-dimensional filters v and... 더 읽어보기 >>

Tetrahedral interpolation for colorspace conversion 2

The Image Processing Toolbox function applycform can convert colors based on ICC profiles. ICC standards for the International Color Consortium, and an ICC profile typically contains... 더 읽어보기 >>

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... 더 읽어보기 >>

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... 더 읽어보기 >>