
Today's post shows how to use ismember to conveniently locate all of the highest pixel values in an image. For example, in the following Hough transform image, what are the 20 highest values, and... 続きを読む >>
Today's post shows how to use ismember to conveniently locate all of the highest pixel values in an image. For example, in the following Hough transform image, what are the 20 highest values, and... 続きを読む >>
I'm still playing around with RGB gamut calculations in $ L^* a^* b^* $ space. (See my last post on this topic, "Visualizing out-of-gamut colors in a Lab curve.") Today's post features some new... 続きを読む >>
[TLDR: To create a fast GIF animation using imwrite, use a DelayTime of 0.02 instead of 0.]In my 28-Feb-2022 post, I showed some code that created an animated GIF file using a DelayTime of 0.im =... 続きを読む >>
The one and only Loren Shure has just announced her retirement from MathWorks. I met Loren in early 1993 at the International Conference on Acoustics, Speech, and Signal Processing in... 続きを読む >>
It's March, and you know what that means --- that's right, the "a" release is here!On most work days, I use several different MATLAB versions, mostly development builds, on 2-3 different computers.... 続きを読む >>
I have written here, as well as in Digital Image Processing Using MATLAB, about using image processing operations to implement Conway's Game of Life. MATLAB creator Cleve Moler has written about... 続きを読む >>
I was looking today at an old post, "A Lab-based uniform color scale" (09-May-2006). I wanted to provide an update to illustrate that it is easier to convert from Lab to RGB colors now than it was... 続きを読む >>
Today, I'm continuing my recent theme of thinking about peak-finding in images. When I wrote the first one (19-Aug-2021), I didn't realize it was going to turn into a series. This might be the last... 続きを読む >>
Last time, I introduced the idea of a regional maximum. Today, I want to add a concept that makes the regional maximum more useful: suppressing very small local maxima, possibly present only because... 続きを読む >>
A recent algorithm discussion on the Image Processing Toolbox development team reminded me of something I originally wanted to do a long time ago: explain imregionalmax and some related operations.... 続きを読む >>
これらの投稿は著者に属するものであり、必ずしも MathWorks の見解を示すものではありません。