Updated Using Computer Vision in FTC (markdown)

FTC Engineering
2019-11-14 13:30:32 -05:00
parent 821378ff83
commit 3361c822bb

@ -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.