Skip to content

Instantly share code, notes, and snippets.

View yoon-sungjoon's full-sized avatar
🏠
Working from home

yoon-sungjoon

🏠
Working from home
View GitHub Profile
@yoon-sungjoon
yoon-sungjoon / ftc_cv_tutorial.org
Created December 26, 2022 11:02 — forked from tinkerrc/ftc_cv_tutorial.org
An introduction to EasyOpenCV for FTC. Example OpMode for FTC SkyStone (2019-2020)

FTC CV Tutorial

Introduction

Hello, I am Zhenkai from Team Wolf Corp (#12525). In FTC autonomous period, computer vision allows your robot to identify and distinguish scoring elements and make the optimal move. In this tutorial, I will cover the basics of EasyOpenCV and how to identify SkyStones from the 2019-2020 season. This tutorial assumes basic knowledge of FTC programming using Java.

Set up the Environment