Borrar filtros
Borrar filtros

replicate and convolution in imfilter function

1 visualización (últimos 30 días)
Rd
Rd el 24 de Jul. de 2020
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');

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by