In January 2006, the first month of this blog, I wrote the following: "Section 5.11 of Digital Image Processing Using MATLAB covers spatial transformations. I'm interested in expanding this... 더 읽어보기 >>
Note
Steve on Image Processing with MATLAB has been archived and will not be updated.
In January 2006, the first month of this blog, I wrote the following: "Section 5.11 of Digital Image Processing Using MATLAB covers spatial transformations. I'm interested in expanding this... 더 읽어보기 >>
Blog reader Ram asked a question last week that I hear fairly often: When you apply a spatial transformation to an image, how can you see the x-y coordinates when you display the image? ... 더 읽어보기 >>
Developer Mike G. read my recent post about three-dimensional image rotation and suggested that users might want to use the MATLAB function makehgtform to construct the affine transform matrix. It... 더 읽어보기 >>
Thanks to Kimo Johnson and Perttu Ranta-aho for responding to my custom spatial transformation challenge. Contents Kimo's submission ... 더 읽어보기 >>
Blog reader Stephen N., who's been following my posts about spatial transformations, asked me last week how to rotate a three-dimensional image. ... 더 읽어보기 >>
Were you intrigued by the custom spatial transformations I showed last week? Here's a challenge for you: Create a sample image transformation that is in some way creative, interesting, or just... 더 읽어보기 >>
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... 더 읽어보기 >>
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... 더 읽어보기 >>
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... 더 읽어보기 >>
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... 더 읽어보기 >>