Open Thomas-Markhorst opened 4 years ago
Hi, it's been a while since I worked on this, but I'm glad it might be put to some use for something good! In regards to your questions.
But also as a side note, my algorithm is useful if you are limited to a single RGB camera without depth perception, there's a lot of really good papers out there that do research on two camera systems/ones with depth perception. I highly recommend checking those out too. Theres a lot of great ways to detect water, so if you have flexibility on camera type I'd look into all your options because other types of cameras might be better suited for detecting water (such as a thermal cameras).
Best of luck and hope this helps.
Hi Ethan,
Thanks for the quick reply! We will look into papers using depth perception for water detection. If we would need to use your algorithm, do you have any indications where we could tweak?
Best regards, Thomas
Hi Ethan, I found another approach that will most likely solve our problem: https://www.researchgate.net/publication/280882993_Ground_Plane_Detection_Using_an_RGB-D_Sensor. This paper describes how to detect the ground level using the depth image. Thanks for your time anyway! With regards, Thomas
Dear developer,
I'm part of a Delft University of Technology student group working on making a robotic boat that measures water quality and removes algea, plastic and other debris from water. For this we also use an Intel Realsense depth camera for obstacle avoidance, to distinguish water from actual obstacles it would be great to use your algorithm based on the UVA-paper. I have two questions:
With best regards. Thomas Markhorst