From 503b9bc6ae8178d2210c3256de3f579e231be5c0 Mon Sep 17 00:00:00 2001 From: Alessio Toniolo <44009231+AlessioToniolo@users.noreply.github.com> Date: Wed, 23 Sep 2020 16:32:02 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a32b524..db1b0d3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This is the official repository for CobaltCV the new computer vision library for FTC! Inspired by past vision libraries including [DogeCV](https://github.com/dogecv/DogeCV) and [EasyOpenCV](https://github.com/OpenFTC/EasyOpenCV), this is a field-ready computer vision library with game support starting at Ultimate Goal 2020-2021. Designed for beginner programmers and on, there is finally no intense java expierience required to use computer vision on your robot! We take the sweat out of -vision with sample autonomous programs and premade pipelines along with compatibility for using a phone camera, control hub, and external +vision with sample vision programs and premade pipelines along with compatibility for using a phone camera, control hub, and external webcams! Written based off of [EasyOpenCV](https://github.com/OpenFTC/EasyOpenCV), code is highly functional and established off of a reliable source. To get started, follow the steps below. ## Getting Started