-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vegetation Detection #4
Comments
@mogmog Most applications that display sonar data will not highlight what is and isn't vegetation, but you can typically identify vegetation as jagged lines across the floor of a sonar recording. Out of curiosity, what are you building? Documentation: |
A tool which allows a boat based scan to find out what vegetation is underneath the water line, to assist the removal of the underwater vegetation on a river, as it clogs propellers. Any advice welcome on if using sonar is the right approach here. It seems to do a decent job on the fish Deeper app at indicating it. do you know if they all use the same protocol and message format? |
That sounds great! I've never found sonar data particularly intuitive to read, but it is the most common technology used for underwater mapping so you'll have more options to choose from in terms of hardware and software. The sonar device I used had proprietary protocols, but I'm not sure about other devices. These might help you: |
i have stumbled across this library as a possible candidate for a task I require where under water vegetation is detected.
From looking at the code - only depth is being extracted. Is there any documentation out there for how vegetation is displayed on the app?
The text was updated successfully, but these errors were encountered: