필터 지우기
필터 지우기

Is it possible to generate a template of a whole image?

조회 수: 3 (최근 30일)
anand rathod
anand rathod 2020년 7월 23일
답변: Walter Roberson 2020년 7월 23일
In template we usually generate a small template of a very particular area or region of an image but not the full image. Is it possible to generate a small template of a whole image, for example if I want to generate a template of an image of segmented eye, I want to have full image of the eye in the template not a particular area or region.

채택된 답변

Walter Roberson
Walter Roberson 2020년 7월 23일
Yes, you could do that, if your purpose was to match whether a particular image was an eye having the same proportions as the template.
Templates are normally used to match particular areas of an image, under the hypothesis that the pattern might exist in the image but not necessarily in the same place relative to other parts of the image. Irises are not always in the same place or same proportions, fundus are not always in the same place, and so on. Templates permit matching to focus on a particular part.
When you use an entire eye template, you can match something that is close enough to your eye template, but you might have difficulty with the details being different sizes or shapes. You could always try it and see if it works well enough for your purposes.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by