這一陣子一直在寫一些有關Image DSP方面的東西.....
也累積了一些在C#該怎麼用Gdi+來寫~~
@@ 結果發現 CodeProject有一系列的文章寫的太詳盡了 甚至連Source code都有了...
基本的結構跟我後來寫的方法近似~~ 但是文章介紹的Filter就多我能力所及太多了...
列出來給大家參考一下 :p
Image Processing for Dummies with C# and GDI+ Part 1 - Per Pixel Filters
Image Processing for Dummies with C# and GDI+ Part 2 - Convolution Filters
Image Processing for Dummies with C# and GDI+ Part 3 - Edge Detection Filters
Image Processing for Dummies with C# and GDI+ Part 4 - Bilinear Filters and Resizing
Image Processing for Dummies with C# and GDI+ Part 5 - Displacement filters, including swirl
Image Processing for Dummies with C# and GDI+ Part 6 - The HSL color space
也累積了一些在C#該怎麼用Gdi+來寫~~
@@ 結果發現 CodeProject有一系列的文章寫的太詳盡了 甚至連Source code都有了...
基本的結構跟我後來寫的方法近似~~ 但是文章介紹的Filter就多我能力所及太多了...
列出來給大家參考一下 :p
Image Processing for Dummies with C# and GDI+ Part 1 - Per Pixel Filters
Last Updated: 21 Mar 2002 Page views: 306,899 Rating: 4.6/5 Votes: 144 Popularity: 10.0
The first in a series of articles which will build an image processing library in C# and GDI+
Image Processing for Dummies with C# and GDI+ Part 2 - Convolution Filters
Last Updated: 7 Nov 2005 Page views: 247,464 Rating: 4.7/5 Votes: 97 Popularity: 9.3
The second in a series of articles which will build an image processing library in C# and GDI+.
Image Processing for Dummies with C# and GDI+ Part 3 - Edge Detection Filters
Last Updated: 1 Apr 2002 Page views: 193,665 Rating: 4.6/5 Votes: 55 Popularity: 8.1
The third in a series of articles which will build an image processing library in C# and GDI+
Image Processing for Dummies with C# and GDI+ Part 4 - Bilinear Filters and Resizing
Last Updated: 15 Apr 2002 Page views: 180,571 Rating: 4.5/5 Votes: 48 Popularity: 7.6
The fourth installment covers how to write a filter that resizes an image, and uses bilinear filtering
Image Processing for Dummies with C# and GDI+ Part 5 - Displacement filters, including swirl
Last Updated: 26 Dec 2002 Page views: 217,943 Rating: 4.7/5 Votes: 112 Popularity: 9.6
In the fifth installment,
we build a framework for generating filters that work by changing a
pixel's location, rather than colour.
we build a framework for generating filters that work by changing a
pixel's location, rather than colour.
Image Processing for Dummies with C# and GDI+ Part 6 - The HSL color space
Last Updated: 29 Jun 2004 Page views: 94,535 Rating: 4.8/5 Votes: 35 Popularity: 7.4
A discussion of the HSL color space, including code for a color picker and image filters
沒有留言:
張貼留言