Andrew Kirillov posted an interesting article about image processing in C# at thecodeproject.com
Check it out…

Similar Posts:

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • DotNetKicks
  • DZone
  • Slashdot
  • TwitThis
  • E-mail this story to a friend!
  • StumbleUpon


2 Comments to “Image Processing Lab in C#”

  1. Diego Salinas | February 5th, 2009 at 4:28 am

    You can use free AForge.Net. A great free open source imaging library for .Net.
    If you are interested in learning how to exploit multicore processors to speed up image processing using AForge.Net, you will find a great example using AForge.Net and multithreading to improve the performance in working with images and with multicore CPUs, in the book ” C# 2008 and 2005 Threaded Programming: Beginners Guide”, by Gaston Hillar, Packt Publishing – http://www.packtpub.com
    It includes many exercises related to image management with multicore support. Highly recommended if you want to improve performance and UI responsiveness.
    You can download the code from Packt’s website. http://www.packtpub.com/beginners-guide-for-C-sharp-2008-and-2005-threaded-programming/book

    There is also an article in Packt’s website: http://www.packtpub.com/article/simplifying-parallelism-complexity-c-sharp

    I bought the book last week and it helped me a lot in my image processing needs. Now, I can split an image in many parts using the code from the book and I can make it exploit my Core 2 Quad. My boss is impressed!

  2. ekampf | February 6th, 2009 at 2:26 pm

    Hey Diego,
    Thanks for the pointer, I’ll be sure to check it out :)

    Regards,
    Eran

Leave a Comment