Steve on Image Processing

February 25th, 2008

Handling comments and e-mail

I would like to announce new procedures for comments on this blog, as well as for associated e-mail traffic.

First, post commenting is now in "moderate" mode, meaning that new comments will not appear until I have had a chance to review them. My goal is to review the incoming comments at least once per business day. As a general rule, I welcome comments that are at least somewhat relevant to the topic of the post. I also welcome general comments about this blog—especially suggestions for new topics!

Second, I have removed my e-mail address link from the posts. The volume of e-mail traffic in response to my blog posts and comp.soft-sys.matlab posts was beginning to interfere with my "day job" as a software development manager at MathWorks, so I will no longer be able to respond to such e-mail.

The conversations that have happened through relevant blog comments and responses have been very valuable, and I encourage you to continue sharing your thoughts here.

2 Responses to “Handling comments and e-mail”

  1. Michel Kocher replied on :

    Hi Steve,
    Thanks for the last publication on “neighbor indexing”. To illustrate it, you choose the reconstruction by dilation algorithm, also called flood fill. Could you generalize this algorithm, by using a hierarchical queue instead of a simple queue, to grey tone images ?

  2. Steve replied on :

    Michel—Yes, I imagine so. I’ve programmed such things in C and C++, but not MATLAB. In C++ I’ve used a priority queue, which doesn’t depend on having a small number of finite levels. That’s nice for working with floating-point data.


MathWorks
Steve Eddins is a software development manager in the MATLAB and image processing areas at MathWorks. Steve coauthored Digital Image Processing Using MATLAB. He writes here about image processing concepts, algorithm implementations, and MATLAB.

These postings are the author's and don't necessarily represent the opinions of The MathWorks.