All Videos Tagged detection (Grasshopper) - Grasshopper 2024-04-20T04:42:52Z https://www.grasshopper3d.com/video/video/listTagged?tag=detection&rss=yes&xn_auth=no Color detection for drone localization tag:www.grasshopper3d.com,2017-05-10:2985220:Video:1749101 2017-05-10T16:20:29.140Z Benjamin Felbrich https://www.grasshopper3d.com/profile/BenjaminFelbrich <a href="https://www.grasshopper3d.com/video/color-detection-for-drone-localization"><br /> <img alt="Thumbnail" height="135" src="https://storage.ning.com/topology/rest/1.0/file/get/2778199767?profile=original&amp;width=240&amp;height=135" width="240"></img><br /> </a> <br></br>This demo shows a Grasshopper plugin developed to detect objects of a certain color. After some manual calibration the search adapts for changing light conditions automatically.<br></br> The plugin was initially intended as a drone localisation method for this project: <a href="https://vimeo.com/212074407">https://vimeo.com/212074407</a> (sort of a cheap self-made motion… <a href="https://www.grasshopper3d.com/video/color-detection-for-drone-localization"><br /> <img src="https://storage.ning.com/topology/rest/1.0/file/get/2778199767?profile=original&amp;width=240&amp;height=135" width="240" height="135" alt="Thumbnail" /><br /> </a><br />This demo shows a Grasshopper plugin developed to detect objects of a certain color. After some manual calibration the search adapts for changing light conditions automatically.<br /> The plugin was initially intended as a drone localisation method for this project: <a href="https://vimeo.com/212074407">https://vimeo.com/212074407</a> (sort of a cheap self-made motion capture system) but was never used as such (we decided to go with a tag-based approach later). Adaptive visual color tracking tag:www.grasshopper3d.com,2017-05-10:2985220:Video:1749179 2017-05-10T16:18:24.321Z Benjamin Felbrich https://www.grasshopper3d.com/profile/BenjaminFelbrich <a href="https://www.grasshopper3d.com/video/adaptive-visual-color-tracking"><br /> <img alt="Thumbnail" height="126" src="https://storage.ning.com/topology/rest/1.0/file/get/2778199571?profile=original&amp;width=240&amp;height=126" width="240"></img><br /> </a> <br></br>This is a brief demo of visual color detection method that I wrote about two years ago. After an initial calibration phase, where one has to manually specify the color to be detected (in this case: green), the "Auto Detection" mode is switched on. In this mode, the color for which it is being scanned is updated in each iteration based on the colors found. This allows for more… <a href="https://www.grasshopper3d.com/video/adaptive-visual-color-tracking"><br /> <img src="https://storage.ning.com/topology/rest/1.0/file/get/2778199571?profile=original&amp;width=240&amp;height=126" width="240" height="126" alt="Thumbnail" /><br /> </a><br />This is a brief demo of visual color detection method that I wrote about two years ago. After an initial calibration phase, where one has to manually specify the color to be detected (in this case: green), the "Auto Detection" mode is switched on. In this mode, the color for which it is being scanned is updated in each iteration based on the colors found. This allows for more robust detection under changing light conditions.<br /> This was made as a Grasshopper plugin playing with System.Drawing.Bitmaps retrieved from a webcam.