필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 1 (최근 30일)
Poonam
Poonam 2013년 9월 23일
마감: MATLAB Answer Bot 2021년 8월 20일
  • 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
Ashish Uthama
Ashish Uthama 2013년 10월 14일
Poonam, please do update the question with a bit more detail. As it stands, its not clear what you want help with.

답변 (1개)

Image Analyst
Image Analyst 2013년 9월 23일
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
Poonam
Poonam 2013년 9월 24일
Sorry sir for not giving a clarified question. and thank You for your genuine effort and answer

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by