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 551 - 560 of 597

Spatial transformations: Handling noninvertible cases 6

I've written previously about how imtransform uses inverse mapping to compute the input-space location corresponding to each output pixel. I've also written about how imtransform uses the... 더 읽어보기 >>

GUI programming questions 4

I regularly receive blog comments and direct e-mail asking for help with writing image processing GUIs in MATLAB. That's way beyond the scope of this blog, and I'm afraid I don't have time to... 더 읽어보기 >>

Seen on the web: MATLAB example for tracing and measuring skin lesions 2

I saw an interesting MATLAB based image processing application on a melanoma skin cancer blog recently. The example, including code, shows how the lesions are segmented, traced, and measured. Several... 더 읽어보기 >>

Input from tech support 25

Recently, our application support engineers gave a series of presentations to development groups. These presentations summarized calls received by tech support about different products. I thought... 더 읽어보기 >>

Spatial transformations: Translation confusion 46

The last time I wrote about spatial transformations, I explained that imtransform uses the function findbounds to locate the transformed image in output space. By default, imtransform computes... 더 읽어보기 >>

Multidimensional interpolation with integer input 18

A customer asked me last week how to do multidimensional interpolation with integer inputs. The MATLAB function interpn supports only double- and single-precision inputs. It's possible to do... 더 읽어보기 >>

More from CGIV

More bits and pieces from CGIV today, typed in while watching England and Sweden battle it out on the telly... it's currently 1-1. I saw a poster this morning describing how color... 더 읽어보기 >>

Hue shifts near the L*=0 axis 7

At the European Colour in Graphics, Imaging, and Vision conference today, I took a tutorial called "Transforms for Colour and Spectral Reproduction." Mitch Rosen of the Munsell Color Science ... 더 읽어보기 >>

European colour

Next week I'll be in the UK. On Monday I'll be attending the International Color Consortium's DevCon 2006 at the University of Leeds. The MathWorks is a member of the ICC and is a sponsor of... 더 읽어보기 >>

Spatial transformations: findbounds 12

I've written previously about how Image Processing Toolbox uses inverse mapping to implement spatial transforms. In this method, you set up a grid in output space. For each pixel in the... 더 읽어보기 >>

Posts 551 - 560 of 597

이 게시물은 작성자 개인의 의견이며, MathWorks 전체의 의견을 대변하는 것은 아닙니다.