To perform convolution in image processing
이전 댓글 표시
I need convolution in image processing in particular iris recognition without using conv command.
답변 (2개)
Walter Roberson
2011년 9월 8일
0 개 추천
Is there a particular reason you cannot use the conv() command?
Bjorn Gustavsson
2011년 9월 8일
0 개 추천
If you cant use conv - then there is always the more relevant conv2!
댓글 수: 3
David Young
2011년 9월 8일
Also filter2, which does convolution in the end, and convolve2 from the FEX.
Image Analyst
2011년 9월 8일
And imfilter() in the Image Processing Toolbox (if he's even allowed to use that!). Most likely it's an assignment to build an app without using built-in functions so the student has to write all their own stuff from scratch, such as conv2. Presumably this would give them a better feeling for what convolution does, than to just call it as a black box.
Bjorn Gustavsson
2011년 9월 8일
You mean that some students might actually ask us to do their assignments without showing signs of own attempts or efforts? That is shocking!
카테고리
도움말 센터 및 File Exchange에서 Semantic Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!