Edge detection in an image
Mostra commenti meno recenti
Hi!
I would like to measure the water table in each point of the attached image but i do not know what is the best way to proceed. I have tried fuzzy logic and edge detector Canny algorithm.
Thank you all beforehand.
2 Commenti
KALYAN ACHARJYA
il 19 Feb 2021
What does "water table" menas here?
Sergio Lozano
il 19 Feb 2021
Risposte (1)
Keerthana Chiruvolu
il 22 Feb 2021
0 voti
Hi,
Use the Image Segmenter App, to extract the region of interest ( region between the ground and the water surface).
- Draw the ROI using the Assisted Freehand and generate the binary image
- Export the binary image to the MATLAB Workspace and use the regionprops() function to extract the required properties from the binary image.
Please find the attached binary mask for 'wave.png' image file.
Categorie
Scopri di più su Object Analysis in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!