.NET 中的非仿射图像转换 [英] Non-Affine image transformations in .NET

查看:24
本文介绍了.NET 中的非仿射图像转换的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

.NET 库中是否有任何类、方法或任何算法来执行非


(来源:last100.com)

<小时>

非仿射变换还有其他术语吗?

解决方案

您发布的所有示例图像都可以使用 Quadrilateral Distortion 来完成.虽然我不能肯定地说四边形扭曲将涵盖所有非仿射变换.

这里有一个在 C# 中不太好的实现的链接......它可以工作,但速度很慢.浏览维基百科,了解可用于此类计算的许多不同优化

http://www.vcskicks.com/image-distortion.html

-尼尔

Are there any classes, methods in the .NET library, or any algorithms in general, to perform non-affine transformations? (i.e. transformations that involve more than just rotation, scale, translation and shear)

e.g.:


(source: last100.com)


Is there another term for non-affine transformations?

解决方案

All of the example images you posted can be done with a Quadrilateral Distortion. Though I cant say for certain that a quad distort will cover ALL non affine transforms.

Heres a link to a not so good implementation of it in C#... it works, but is slow. Poke around Wikipedia for the many different optimizations available for these kinds of calculations

http://www.vcskicks.com/image-distortion.html

-Neil

这篇关于.NET 中的非仿射图像转换的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆