Steve on Image Processing with MATLAB

Image processing concepts, algorithms, and MATLAB

Posts 21 - 25 of 25

Results for: 2019

A new image tiling function in MATLAB 2

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... read more >>

Converting from sRGB to SWOP CMYK 2

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 =... read more >>

Making your plot lines thicker 9

Today's blog post is dedicated to everyone whose eyes aren't as young as they used to be.In last week's blog post on pursuit curves, I showed this figure: If you ran my code exactly as I posted it,... read more >>

Pursuit Curves 2

Here's an interesting snippet I learned while working on today's blog post: Mathematician Jacob Bernoulli asked for a logarithmic spiral to be engraved on his tombstone. Here's an example of a such a... read more >>

Animated PNG (APNG) Files 6

Update: See my 20-Dec-2019 post for how to write APNG files from MATLAB. Have you heard of animated PNG (APNG) files? Are you interested in creating them from MATLAB? They are supposed to be... read more >>

Posts 21 - 25 of 25