From 3361c822bb05eedc2b9f33c5515580afc02effed Mon Sep 17 00:00:00 2001 From: FTC Engineering Date: Thu, 14 Nov 2019 13:30:32 -0500 Subject: [PATCH] Updated Using Computer Vision in FTC (markdown) --- Using-Computer-Vision-in-FTC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-Computer-Vision-in-FTC.md b/Using-Computer-Vision-in-FTC.md index 8f03f55..04cb14c 100644 --- a/Using-Computer-Vision-in-FTC.md +++ b/Using-Computer-Vision-in-FTC.md @@ -2,8 +2,8 @@ Teams who compete in the _FIRST_ Tech Challenge (FTC) can use computer vision (C This tutorial provides information about how you can use the computer vision libraries that are included with the FTC control system software: -* [Vuforia for Blocks](Vuforia-for-Blocks) - This section demonstrates how you can use Vuforia and Blocks to detect and track image targets in the _FIRST_ Tech Challenge. * [Computer Vision Overview](Computer-Vision-Overview) - This section provides a basic overview of the CV technologies that are included with the FTC software. It also compares the strengths and weaknesses of the respective technologies. +* [Vuforia for Blocks](Vuforia-for-Blocks) - This section demonstrates how you can use Vuforia and Blocks to detect and track image targets in the _FIRST_ Tech Challenge. * [TensorFlow for Blocks](TensorFlow-for-Blocks) - This section demonstrates how you can use TensorFlow and Blocks to detect and track game elements in the _FIRST_ Tech Challenge.