2010-03-09 69 views
2

你们中的任何人都知道可以处理实时图像处理的API或应用程序吗?可以即时执行图像处理的图像API /应用程序?

基本上,如果我提供了一种图像,该应用程序将输出也许映衬版本或执行图像处理的一些其它形式,如roshak型印迹?

如果你不知道这样的应用程序的,你知道,如果这使用WPF是可能的吗?

我知道你们中的一些可能与“雇人”做回应。我基本上想确定之前涉及多少工作。我是一个没有WPF经验的ASP.NET开发人员,但如果这件事情没有涉及到太多的话,我很乐意尝试一下,让WPF的脚变湿。

谢谢你们。

回答

2

你可以看看GDI +任何图像变换/过滤需要有大量的教程在那里,这个系列可以让你去(5份):

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

编辑: WPF有相当多的像素着色器,每低于查理的响应,好看,不知道这些,因为我还没有采取WPF暴跌呢。