Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
can any one of you please tell me how to implement these equations in matlab?
조회 수: 2 (최근 30일)
이전 댓글 표시
답변 (2개)
Bjorn Gustavsson
2014년 2월 3일
That's a convolution, so take a good look at the help for conv2:
help conv2
Then to get a Gabor-filtered image simply search for gabor filter implementations on the file exchange, I recall seeing a fair number of implementations there.
HTH.
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
