AForge.NET学习笔记(1)AForge.NET介绍

AForge.NET is an open source C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence - image processing, neural networks, genetic algorithms, fuzzy logic, machine learning, robotics, etc.

The framework is comprised by the set of libraries and sample applications, which demonstrate their features:

  • AForge.Imaging - library with image processing routines and filters;
  • AForge.Vision - computer vision library;
  • AForge.Video - set of libraries for video processing;
  • AForge.Neuro - neural networks computation library;
  • AForge.Genetic - evolution programming library;
  • AForge.Fuzzy - fuzzy computations library;
  • AForge.Robotics - library providing support of some robotics kits;
  • AForge.MachineLearning - machine learning library;
  • etc.

The work on the framework's improvement is in constants progress, what means that new feature and namespaces are coming constantly. To get knowledge about its progress you may track source repository's log or visit project discussion group to get the latest information about it.

The framework is provided not only with different libraries and their sources, but with many sample applications, which demonstrate the use of this framework, and with documentation help files, which are provided in HTML Help format. The documentation is also available on-line.

In the case you have found an issue in any component of the framework or you would like to request for a new feature, you may feel free to submit an issue/request in the issues tracking system.

In case you are interested in the project and would like to learn more about it or in case you would like to contribute it, you are more than welcome to participate in theproject's discussion group.

       AForge.NET是一个专门为开发者和研究者基于C#框架设计的,这个框架提供了不同的类库和关于类库的资源,还有很多应用程序例子,包括计算机视觉与人工智能,图像处理,神经网络,遗传算法,机器学习,机器人等领域。

       这个框架由一系列的类库组成。主要包括有:

       AForge.Imaging —— 一些日常的图像处理和过滤器

       AForge.Vision —— 计算机视觉应用类库

       AForge.Neuro —— 神经网络计算库AForge.Genetic -进化算法编程库

       AForge.MachineLearning —— 机器学习类库

       AForge.Robotics —— 提供一些机器人的工具类库

       AForge.Video —— 一系列的视频处理类库

       AForge.Fuzzy —— 模糊推理系统类库

       AForge.Controls—— 图像,三维,图表显示控件

 官方站点: http://www.aforgenet.com/

【原文地址】http://www.51aras.com/?id=13

   

原文地址:https://www.cnblogs.com/61007257Steven/p/11137770.html