AForge.net c#下实现Matlab

Visit official AForge.NET Framework's .

AForge.NET Framework 是 .net 方向的机械学习开源项目 包含图像处理,神经网络,图片的比较,等等。这个 framework 包含的主要类库如下

      AForge.Imaging - library with image processing routines and filters;

  • AForge.Vision - computer vision library;
  • AForge.Neuro - neural networks computation library;
  • AForge.Genetic - evolution programming library;
  • AForge.Fuzzy - fuzzy computations library;
  • AForge.MachineLearning - machine learning library;
  • AForge.Robotics - library providing support of some robotics kits;
  • AForge.Video - set of libraries for video processing
  • 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 the project's discussion group.

原文地址:https://www.cnblogs.com/wcLT/p/2300692.html