필터 지우기
필터 지우기

How to Create a tool so that with a click of a button the Image gets segmented

조회 수: 1 (최근 30일)
I am trying to segment an image based on watershed algorithm. I have developed a code. I want to develop this as an tool so that it can be used to segment any image. Anyone to help.

답변 (1개)

David Sanchez
David Sanchez 2013년 5월 16일
Create a GUI with the GUIDE tool
help guide
will tell you more. Once you create a simple GUI with a button or whatever you want, link your function to the button callback function.
  댓글 수: 2
Rajat
Rajat 2013년 5월 16일
But i have script, how should i convert that into function.?
Edwin
Edwin 2013년 5월 17일
You might want to read this part of the MATLAB help:
Make sure you declare all variables inside the function or give them as input, a function can't use the workspace by default.

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

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by