What is the underlying edge detection method of the drawassisted function?
조회 수: 1 (최근 30일)
이전 댓글 표시
In the Image Segmenter App, there is a function called 'Assisted Freehand ROI Drawer', which is based on the function 'drawassisted'. I have been searching everywhere, but I couldn't find on which edge detection algorithm (i.e. Canny, Sobel, Prewitt) this is based. Does anyone have a place where they found this?
댓글 수: 1
David Young
2022년 2월 21일
Wondering the same thing - it would be really useful to know, but the documentation seems to give no hint.
답변 (1개)
Priysha LNU
2020년 11월 11일
Hi,
Perhaps the following Blog Post can help you determine algorithms used in Image Processing Toolbox:
It does not mention the edge detection algorithm used in implementing the "drawassisted" function, but talks about the Image Processing Toolbox as a whole. Hope it gives you the required idea.
DISCLAIMER: These are my own views and in no way depict those of MathWorks.
댓글 수: 1
Eric PETIT
2022년 2월 14일
Hi Priysha,
Thank you, but this do not answer the question.
An active contour or a B-spline, or... method probably are underlying this "drawassisted" function, and as Suzanne, I would like to get informations about it. Could anyone contribute?
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!