From 57cf0b22068fd51e4165b6329dce4cc2ed449e5e Mon Sep 17 00:00:00 2001 From: Enrico Mattioli Date: Thu, 31 May 2018 12:14:08 +0200 Subject: [PATCH] HSV values for ball detection --- scripts/color_calibration.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/color_calibration.txt diff --git a/scripts/color_calibration.txt b/scripts/color_calibration.txt new file mode 100644 index 0000000..14aae1b --- /dev/null +++ b/scripts/color_calibration.txt @@ -0,0 +1,7 @@ +# Optimal HSV for ball detection + +# LOW HSV +0 185 170 + +# HIGH HSV +6 255 255 \ No newline at end of file