Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Only want to take segmented image as input ,how can i

1 visualización (últimos 30 días)
Poonam
Poonam el 23 de Sept. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
  • Below is the result I just want to take input only segmented image for normalized segmentation,how can i do it *do not need normalized segmentation code that can be done by me,please give me the solution
  1 comentario
Ashish Uthama
Ashish Uthama el 14 de Oct. de 2013
Poonam, please do update the question with a bit more detail. As it stands, its not clear what you want help with.

Respuestas (1)

Image Analyst
Image Analyst el 23 de Sept. de 2013
This is a very very poorly explained question, but I'll try (and probably waste my time). So you have "normalized segmentation code" that you will write that will produce a segmented image. I presume it's something like this:
segmentedImage = NormalizedSegmentation(inputImage);
Now you want to "take" this segmented image somewhere. Where? I do not know. Let's assume you want to "take" it into a function called MeasureMyImage(), which produces some kind of results. So it would go like this:
results = MeasureMyImage(segmentedImage);
I know that's really trivial but it's all I could guess at, given what you've told us.
  1 comentario
Poonam
Poonam el 24 de Sept. de 2013
Sorry sir for not giving a clarified question. and thank You for your genuine effort and answer

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by