Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
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.

Respuestas (1)

David Sanchez
David Sanchez el 16 de Mayo de 2013
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 comentarios
Rajat
Rajat el 16 de Mayo de 2013
But i have script, how should i convert that into function.?
Edwin
Edwin el 17 de Mayo de 2013
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.

Iniciar sesión para comentar.

Categorías

Más información sobre Migrate GUIDE Apps en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by