Steve on Image Processing

May 27th, 2009

Anticipation

I just heard that the 2nd edition of Digital Image Processing Using MATLAB just shipped from the printer! Hurray!

Now I'm using the satellite view in Google Maps to see if I can find the truck.

7 Responses to “Anticipation”

  1. Royi replied on :

    Looks good!

    I hope it will have a preview in Scribd or Google Books.

  2. Petter replied on :

    Why not release the toolbox for free? If someone writes code using the toolbox, they will not be able to share their code.

    At a bare minimum, release the P-code for free. Otherwise no one will use the toolbox.

  3. Steve replied on :

    Petter—Thanks for your input. The DIPUM 2e Support Package, which includes P-files, will be available free to purchasers of a new copy of the 2nd edition of the book.

  4. Matt Whitaker replied on :

    Congratulations Steve,

    The 1st edition and Gonzalez and Woods ‘Digital Image Processing’ are always in easy reach. Together those two books handle about 80% of my DIP questions. (Pratt usually handles the remainder)

    I’m curious as to what references you keep handy??

    Matt

  5. Steve replied on :

    Matt—I appreciate the kind words! Interesting question about my references. I’ll think about it and post something when I’m back in the office next week.

  6. Petter replied on :

    Let’s say I buy this book. Then I get the P-code toolbox for free. But I won’t be able to use it, since I cannot assume that the people I share my code with have or can obtain this toolbox.

    Wouldn’t it make more sense to release the P-code toolbox for free?

  7. Steve replied on :

    Petter—Thanks for your input. I imagine that we will leave things as they are for now, but we’ll be closely monitoring additional feedback we receive once the book is actually available for purchase.

Leave a Reply

Wrap code fragments inside <pre> tags, like this:

<pre class="code">
a = magic(3);
sum(a)
</pre>

If you have a "<" character in your code, either follow it with a space or replace it with "&lt;" (including the semicolon).


Steve Eddins manages the Image & Geospatial development team at The MathWorks and coauthored Digital Image Processing Using MATLAB. He writes here about image processing concepts, algorithm implementations, and MATLAB.

  • Steve: Kezia—Try imrotate.
  • kezia: steve, how to perform rotation of structuring element by 15 degrees. kindly answer my question. thank u kezia...
  • Steve: Tasha—I only accept comments that are relevant to the particular blog post or are questions or comments...
  • Tasha: Steve,I send you a comment here but still didn’t get any reply yet.I did not see my comment posted here...
  • Steve: Carsten—Thanks for your input.
  • Carsten: Another vote for either imtranslate.m, or at least a blurb in the imtransform help why pure translation...
  • Loren Shure: If you look towards the end of the fftfilt program, you will see that there’s a check to see if...
  • Steve: Sonja—My imwritesize submission on the MATLAB Central File Exchange might be helpful. It was posted...
  • Steve: Grant—Sorry, but it won’t be for R2010a. That development deadline has already passed.
  • Sonja: My publisher is wanting images for a new book to be 300 dpi. Only 5 of the 19 images are 300, the rest are...

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