zoukankan      html  css  js  c++  java
  • 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

       

  • 相关阅读:
    O(1)时间复杂度实现入栈、出栈、获得栈中最小元素、获得栈中最大元素(转)
    北京网选赛第二题(最大仰望角度)
    最小圆覆盖(随机增量法&模拟退火法)
    模拟退火算法A Star not a Tree?(poj2420)
    模拟退火算法(run away poj1379)
    模拟退火算法(西安网选赛hdu5017)
    最小费用流判负环消圈算法(poj2175)
    中国邮递员问题(一)
    破坏行动问题
    进化树问题
  • 原文地址:https://www.cnblogs.com/61007257Steven/p/11137770.html
Copyright © 2011-2022 走看看