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 61 - 70 of 597

Color correction with a parula quilt

My wife, Geri Eddins, has been making a lot of quilts lately. A few months ago, I printed out these 10 colors, showed them to her, and asked, "Can you make a wall hanging quilt with this color... 更多内容 >>

Fourier series and Hilbert curve animations

In a complete coincidence, two different coworkers today sent me links to two different works of 3Blue1Brown on YouTube. I loved both of them, and I wanted to share them with you. The first one... 更多内容 >>

pixelgrid

ContentsIntroductionFind the image objectGet the spatial coordinates for drawing the outlineConstruct the x- and y-vectorsDraw the linesIntroductionSome years ago, I blogged about how to overlay a... 更多内容 >>

Multiresolution pyramids part 4: Image blending

Today I want to wrap up (for now) my series on multiresolution pyramids by showing you how to make this strange-looking fruit: This a slightly nontraditional demonstration of a technique... 更多内容 >>

Changes to SUM and DIM

Does this line of code make you raise your eyebrows in puzzlement?c = sum(A,[1 2]) If so, you are likely an experienced MATLAB user who does not make a habit of carefully studying the release notes,... 更多内容 >>

Multiresolution pyramids part 3: Laplacian pyramids

In my April 2 post, I introduced multiresolution pyramids, and I explained my dissatisfaction with the function impyramid, which (sadly) I designed. (Aside: I had that post ready to go on April 1,... 更多内容 >>

Multiresolution image pyramids and impyramid – part 2

Last time, I talked about the function impyramid and how I have been dissatisfied with it. (Confession: I designed it.) Today I want to present an alternative approach to creating a multiresolution... 更多内容 >>

Multiresolution image pyramids and impyramid – part 1

There's a function in the Image Processing Toolbox that I'm not especially fond of: impyramid.I shouldn't tell you who designed this function, but I'll give you a hint: his initials are "Steve... 更多内容 >>

A new image tiling function in MATLAB

I was noodling around recently with a future blog topic (multiresolution pyramids; stay tuned) when I was reminded of a recent addition to MATLAB: the function imtile, introduced in R2018b.This... 更多内容 >>

Converting from sRGB to SWOP CMYK

An Image Processing Toolbox user recently reported to us good results for using makecform and applycform to convert colors from sRGB to CMYK. Here's the code they used:c =... 更多内容 >>

Posts 61 - 70 of 597

这些文章由作者发布,不一定代表 MathWorks 的意见。