종달랩 종다리 이야기

AForge.NET 으로 .NET에서 Vision과 AI를 마음껏 활용합시다.

Computer Science/프로그래밍 TIP
반응형
오늘 좋은 OpenSource를 찾았다.

AForge.NET


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.

AForge.NET을 이용한 간단한 QR Code 리더 프로그램은 아래 사이트를 통해서 확인할 수 있다.


[Zxing , QR Sample ] C# 에서 QR 라이브러리 사용하기

그러고 보니 QR code를 사용하려면 ZXing라이브러리가 있어야 하는데, 위 링크 안에 포함되어져 있답니다.

반응형