Edge detection in an image

조회 수: 1 (최근 30일)
Sergio Lozano
Sergio Lozano 2021년 2월 19일
답변: Keerthana Chiruvolu 2021년 2월 22일
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
KALYAN ACHARJYA
KALYAN ACHARJYA 2021년 2월 19일
What does "water table" menas here?
Sergio Lozano
Sergio Lozano 2021년 2월 19일
It is the surface of the wave, its height

댓글을 달려면 로그인하십시오.

답변 (1개)

Keerthana Chiruvolu
Keerthana Chiruvolu 2021년 2월 22일
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.
Refer the link for more information on different function used to calculate image properties.

카테고리

Help CenterFile Exchange에서 Fuzzy Logic Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by