
In my 16-May-2016 post about image binarization, I talked about the new binarization functions in R2016a. Today I want to switch gears and talk about Otsu's method, one of the algorithms underlying... 更多内容 >>
Note
Steve on Image Processing with MATLAB has been archived and will not be updated.

In my 16-May-2016 post about image binarization, I talked about the new binarization functions in R2016a. Today I want to switch gears and talk about Otsu's method, one of the algorithms underlying... 更多内容 >>

In my 09-May-2016 post, I described the Image Processing Toolbox functions im2bw and graythresh, which have been in the product for a long time. I also identified a few weaknesses in the functional... 更多内容 >>

As I promised last time, I'm writing a series about functional designs for image binarization in the Image Processing Toolbox. Today I'll start by talking about im2bw and graythresh, two functions... 更多内容 >>

With the very first version of the Image Processing Toolbox, released more than 22 years ago, you could convert a gray-scale image to binary using the function im2bw.I =... 更多内容 >>
Twice in the last month, I have read comments about certain problems being intrinsically hard to solve. In a fascinating book I just started to read called Algorithms to Live By, authors Brian... 更多内容 >>

In response to "MATLAB image display - autoscaling values with imshow," MATLAB Answerer Extraordinaire ImageAnalyst posted this comment:A discussion of the relationship and interplay of caxis(),... 更多内容 >>

I was looking at some documentation yesterday and saw something that I had forgotten. When you write a JPEG2000 image file using imwrite, you can specify a desired compression ratio.OK, that sounds... 更多内容 >>

A post in MATLAB Answers earlier this year reminded me that working on a discrete grid can really mess up apparently obvious notions about geometry.User Hg offered an image containing two... 更多内容 >>

MATLAB R2016a shipped earlier this month. It has a new feature that is a personal favorite: the Pause button. Have you ever sat watching MATLAB busily running your code, thinking that it was... 更多内容 >>
Ten years and a few days ago, I published my first blog post in this space. That is really hard for me to believe. It makes me reflect on the way technical people who work with computer technology... 更多内容 >>