diff --git a/dev/PreseasonTraining/2024CodeOverview/index.html b/dev/PreseasonTraining/2024CodeOverview/index.html index b55a497..9e43e82 100644 --- a/dev/PreseasonTraining/2024CodeOverview/index.html +++ b/dev/PreseasonTraining/2024CodeOverview/index.html @@ -3,7 +3,7 @@
- +Install Python (>=3.8) and the following packages using pip. You can install OpenCV with Python bindings another way, opencv-python
is provided for simplicity of installation.
pip3 install opencv-python
-pip3 install numpy
+On Windows, install Python 3.12 from the Microsoft Store. On Linux, Python should be preinstalled. Ping Georgi and Ethan if you need help.
+Then install OpenCV:
+pip install opencv-python opencv-contrib-python numpy
+(there are also other ways to install it, but this is the simplest.)
Overivew¶
@@ -314,7 +315,7 @@ OpenCV
NumPy¶
-NumPy is one of the most commonly used Python libraries. Its main purpose is to be an extended math module so you will have to use it often with other libraries. To note, the its types (Python has types but they’re hidden and implied) are different from the standard types so you will have to initiate the NumPy specific types over the standard ones. Some types will be automatically converted but it is best to specify NumPy, as you will see later in this guide.
+NumPy is one of the most commonly used Python libraries. Its main purpose is to be an extended math module so you will have to use it often with other libraries. To note, its types (Python has types but they’re hidden and implied) are different from the standard types so you will have to initiate the NumPy specific types over the standard ones. Some types will be automatically converted but it is best to specify NumPy, as you will see later in this guide.
Python¶
@@ -410,23 +411,23 @@ Contours
-
+
Next
- Java Basics
+ 2024 Code overview
-
+
Previous
- LED Programming
+ Linux installation
diff --git a/dev/PreseasonTraining/Overview/index.html b/dev/PreseasonTraining/Overview/index.html
index 515ec06..bf525c4 100644
--- a/dev/PreseasonTraining/Overview/index.html
+++ b/dev/PreseasonTraining/Overview/index.html
@@ -205,7 +205,6 @@
- Preseason Training
- Programming Subteam Overview
- LED Programming
-- Color-based segmentation in OpenCV Python
- Java Basics
diff --git a/dev/PreseasonTraining/TankAutonomous/index.html b/dev/PreseasonTraining/TankAutonomous/index.html
index b23dc41..fbf8c21 100644
--- a/dev/PreseasonTraining/TankAutonomous/index.html
+++ b/dev/PreseasonTraining/TankAutonomous/index.html
@@ -205,7 +205,6 @@
- Preseason Training
- Programming Subteam Overview
- LED Programming
-- Color-based segmentation in OpenCV Python
- Java Basics
diff --git a/dev/PreseasonTraining/TankDriveSimulation/index.html b/dev/PreseasonTraining/TankDriveSimulation/index.html
index cb1a1c7..a29e83d 100644
--- a/dev/PreseasonTraining/TankDriveSimulation/index.html
+++ b/dev/PreseasonTraining/TankDriveSimulation/index.html
@@ -205,7 +205,6 @@
- Preseason Training
- Programming Subteam Overview
- LED Programming
-- Color-based segmentation in OpenCV Python
- Java Basics
diff --git a/dev/PreseasonTraining/index.html b/dev/PreseasonTraining/index.html
index 7a40ab5..8851d83 100644
--- a/dev/PreseasonTraining/index.html
+++ b/dev/PreseasonTraining/index.html
@@ -205,7 +205,6 @@
- Preseason Training
- Programming Subteam Overview
- LED Programming
-- Color-based segmentation in OpenCV Python
- Java Basics
@@ -298,7 +298,6 @@ Preseason TrainingProgramming Subteam Overview
- LED Programming
-- Color-based segmentation in OpenCV Python
- Java Basics
- 1 - Inventory Manager
- 2 - Wordle Clone
@@ -310,6 +309,7 @@ Preseason TrainingTank Autonomous
- Electrical overview
- Linux installation
+- Color-based segmentation in OpenCV Python
- 2024 Code overview