Fix typo in .NET

This commit is contained in:
Marian Šámal 2018-08-25 16:51:36 +02:00 committed by GitHub
parent 7ef7500529
commit 4126ef79bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ Further resources:
- [Data Analysis / Data Visualization](#sas-data-analysis)
- [High Performance Machine Learning (MPP)](#sas-mpp)
- [Natural Language Processing](#sas-nlp)
- [Demos and Scripts](#sas-demos)
写个脚本把它们爬下来 - [Demos and Scripts](#sas-demos)
- [Scala](#scala)
- [Natural Language Processing](#scala-nlp)
- [Data Analysis / Data Visualization](#scala-data-analysis)
@ -729,7 +729,7 @@ on MNIST digits[DEEP LEARNING].
#### Computer Vision
* [OpenCVDotNet](https://code.google.com/archive/p/opencvdotnet) - A wrapper for the OpenCV project to be used with .NET applications.
* [Emgu CV](http://www.emgu.com/wiki/index.php/Main_Page) - Cross platform wrapper of OpenCV which can be compiled in Mono to e run on Windows, Linus, Mac OS X, iOS, and Android.
* [Emgu CV](http://www.emgu.com/wiki/index.php/Main_Page) - Cross platform wrapper of OpenCV which can be compiled in Mono to be run on Windows, Linus, Mac OS X, iOS, and Android.
* [AForge.NET](http://www.aforgenet.com/framework/) - Open source C# framework for developers and researchers in the fields of Computer Vision and Artificial Intelligence. Development has now shifted to GitHub.
* [Accord.NET](http://accord-framework.net) - Together with AForge.NET, this library can provide image processing and computer vision algorithms to Windows, Windows RT and Windows Phone. Some components are also available for Java and Android.