AForge和OpenCV之间的差异 [英] Differences between AForge and OpenCV

查看:756
本文介绍了AForge和OpenCV之间的差异的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚学习计算机视觉和C#。它似乎像两个突出图像处理库是 OpenCV的并的 AForge 。什么是一些两者的区别在哪里?

I am just learning about computer vision and C#. It seems like two prominent image processing libraries are OpenCV and AForge. What are some of the differences of the two?

我正在在C#中基本的图像编辑器,同时研究我碰到过文章两个。但我真的不知道为什么我会选择一个比其他。我想最终改善应用包括更高级的功能。

I am making a basic image editor in C# and while researching I have come across articles on both. But I don't really know why I would choose one over the other. I would like to eventually improve the app to include more advanced functions.

感谢。

推荐答案

我使用了在学校的一个项目OpenCV的,现在,我浏览了AForge的文档和他们的功能似乎有所不同。
AForge拥有大量的过滤器和可能是非常适合不同的变换和图像处理。但似乎缺乏在其他领域颇有几分。我找不到这是一个令人失望的,因为它是计算机视觉中非常有用的矩阵运算。我们目前的项目(从图像序列的三维点云重建)会,据我可以从文档看,是不可能单独AForge做。

I am using OpenCV for a project in school right now, and I browsed the documentation for AForge and their feature seem to differ. AForge has lots of filters and is probably excellent for different transforms and image manipulation. But it seems to lack quite a bit in other areas. I could not find any matrix operations which was a disappointment as it is so useful in computer vision. Our current project (3D point cloud reconstruction from an image sequence) would, as far as I could see from the docs, be impossible to do with AForge alone.

联合AForge具有良好的线性代数库,你可能有真正有用的,虽然东西。

Combine AForge with a good linear algebra library and you might have something really useful though.

至于OpenCV的它具有丰富的功能集,是有点棘手与编程。

As for OpenCV it has a rich feature set but is a bit tricky to program with.

这篇关于AForge和OpenCV之间的差异的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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