diff --git a/docs/source/color_processing/color-processing-introduction/color-processing-introduction.rst b/docs/source/color_processing/color-processing-introduction/color-processing-introduction.rst new file mode 100644 index 00000000..6bffa5eb --- /dev/null +++ b/docs/source/color_processing/color-processing-introduction/color-processing-introduction.rst @@ -0,0 +1,15 @@ +FTC Color Processing - Introduction +=================================== + +Overview +-------- + +As of FTC SDK 10.1, the *FIRST* Tech Challenge Software Development Kit now +includes some Color Processing features from OpenCV, a popular and powerful +open-source library for vision processing. + +Introduced for *INTO THE DEEP*, these new features will help FTC teams identify +colors and process color blobs, useful in any game requiring color and shape +recognition. + +The full contents of this documentation will be released 9/20/2024! diff --git a/docs/source/programming_resources/index.rst b/docs/source/programming_resources/index.rst index 3516873f..8faea95a 100644 --- a/docs/source/programming_resources/index.rst +++ b/docs/source/programming_resources/index.rst @@ -110,6 +110,7 @@ Learning more about using vision vision/vision_overview/vision-overview vision/webcam_controls/index Camera Calibration + FTC Color Processing <../color_processing/color-processing-introduction/color-processing-introduction> Advanced Topics ~~~~~~~~~~~~~~~~