replicate and convolution in imfilter function
2 ビュー (過去 30 日間)
古いコメントを表示
h = (1/(2*pi*sigma^2)).*exp(-(X.^2 + Y.^2)/(2*sigma^2));
hx = (-X/(sigma^2)).*h;
kindly explain the following line especially what replicate and conv means here?
fx = imfilter(img, hx, 'replicate', 'conv');
0 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!