From 4126ef79bd93ae065c782e73840d41a9e04a9998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marian=20=C5=A0=C3=A1mal?= <33497067+mariansam@users.noreply.github.com> Date: Sat, 25 Aug 2018 16:51:36 +0200 Subject: [PATCH] Fix typo in .NET --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7ef05a..725348d 100644 --- a/README.md +++ b/README.md @@ -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.