Saturday, June 1, 2013

Image Processing using C++ (Learning Resources)

Video Lectures
--------------

Image Processing using C
https://engineering.purdue.edu/~bouman/ece637/notes/
https://www.youtube.com/watch?v=uJvqbZtGIh4

Tutorials
---------

1.A good starting tutorial for image processing in c++
http://www.dreamincode.net/forums/topic/76816-image-processing-tutorial/

2. A good website on image processing algorithms to work on
http://www.imageprocessingplace.com/root_files_V3/tutorials.htm

4.http://ericscrosson.wordpress.com/2012/12/24/image-processing-in-cpp/

Books:
-----------

1. Concise Introduction to Image Processing using C++
http://www.amazon.com/Introduction-Processing-Numerical-Scientific-Computing/dp/1584888970

2. Digital Image Processing with C++ (available on web)
http://www.bmekmitl.org/index.php?option=com_content&view=article&id=63&Itemid=81

4 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. Thanks for the list. Seems that the link to the last reference "Digital Image Processing with C++ " is broken. Do you know of an alternate address if it is still on the web?

    ReplyDelete
  3. Hey, can you tell me which IDE I have to use?

    ReplyDelete
    Replies
    1. Qt under linux or Matlab or visual studio under windows

      Delete