From cfa433c2a35e2219b19ee5189e8847cfce770530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20=C3=9Cbelh=C3=B6r?= <t.uebelhoer@irt.rwth-aachen.de> Date: Tue, 30 Jul 2019 15:15:23 +0200 Subject: [PATCH] Add README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cb5c36a --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +ROS node that counts the number of pixels of a given color in an image. +Uses the opencv_apps image_filter nodes to segment the image and counts the +egmented pixels. \ No newline at end of file -- GitLab