可以动态执行图像操作的图像 API/应用程序?

发布于 2024-08-24 11:46:27 字数 272 浏览 3 评论 0原文

你们中有人知道可以处理实时图像操作的 API 或应用程序吗?

基本上,如果我提供图像,此应用程序可能会输出轮廓版本,或执行某种其他形式的图像处理,例如 roshak 类型印迹?

如果您不知道这样的应用程序,您知道使用 WPF 是否可以实现这一点吗?

我知道你们中的一些人可能会回答“雇人”来做这件事。我基本上想确定在此之前涉及多少工作。我是一名 ASP.NET 开发人员,没有 WPF 经验,但如果不是非常复杂的事情,我很乐意尝试一下并开始接触 WPF。

谢谢你们。

Do any of you know an API or application which can handle real time image manipulation?

Basically if I provided an image, this app would output perhaps a silhouetted version, or perform some other form of image manipulation, like roshak type blotting?

If you don't know of an application like this, do you know if this is possible using WPF?

I know some of you might respond with "hire someone" to do it. I basically want to determine how much work is involved prior to that. I'm an ASP.NET dev with no experience with WPF but if it's something that isn't extremely involved, I'd love to take a shot at it and get my WPF feet wet.

Thanks guys.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

澜川若宁 2024-08-31 11:46:27

像素着色器像素着色器像素着色器

自 .NET 3.5 起,WPF 就内置了对这些功能的支持,据我所知,设置它们并不太难。更不用说已经有大量的例子了。

Pixel shaders, pixel shaders, pixel shaders.

WPF has built-in support for these since .NET 3.5, and from what I've seen it's not too tough to set them up. Not to mention there are tons of examples out there already.

奢望 2024-08-31 11:46:27

您可以查看 GDI+ 来满足任何图像转换/过滤需求。有很多教程,本系列可以帮助您入门(5 部分):

使用 C# 和 GDI+ 进行图像处理第 1 部分 - 每像素滤镜

使用 C# 和 GDI+ 进行图像处理第 2 部分 - 卷积过滤器

使用 C# 和 GDI+ 进行图像处理第 3 部分 - 边缘检测过滤器

使用 C# 和 GDI+ 进行图像处理第 4 部分 - 双线性过滤器和调整大小

使用 C# 和 GDI+ 进行图像处理第 5 部分 - 位移滤镜,包括漩涡

编辑: WPF 有相当多的像素着色器,根据下面 Charlie 的回复,这看起来不错,但不知道这些,因为我还没有尝试 WPF。

You could look into GDI+ for any image transformation/filtering needs There are a number of tutorials out there, this series can get you going (5 parts):

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

EDIT: WPF has quite a few Pixel Shaders, per Charlie's response below, that look good, wasn't aware of those as I haven't taken the WPF plunge yet.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文