필터 지우기
필터 지우기

Info

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

Need help how to correct following error...! Urgent

조회 수: 1 (최근 30일)
Richa Nayak
Richa Nayak 2012년 10월 26일
h = abs(imfilter(tofloat(f) , w))
f and w are both of value 516*369 unit8. f is an .tif image w = [ -1 -1 -1 ; -1 8 -1; -1 -1 -1]
  댓글 수: 2
Matt Fig
Matt Fig 2012년 10월 26일
Please correct the numerous problems with this question. You have a link that goes nowhere, your question is not urgent to anyone but you, and you have # in all your tags.
Fix these problems.

답변 (1개)

Sachin Ganjare
Sachin Ganjare 2012년 10월 26일
As Matt suggested please correct your tags. Refer below link to help yourself:
Regarding your question, I don't think tofloat was ever a part of offical matlab. It is a support function used by the imageprocessingplace books/exercises. You can find the code for tofloat below:
https://beagle.whoi.edu/redmine/projects/ifcb-web/repository/revisions/290/entry/trunk/dipum_toolbox_2.0.1/tofloat.m

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

Community Treasure Hunt

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

Start Hunting!

Translated by