3D Convolution in matlab

Is there a 3D equivalent of the conv2 function in matlab?
I have two 3D matrices that I'd like to convolve together. I know I could code it up in loops but keeping track of the origin is a bit tricky and I thought there must be an existing solution.

 Respuesta aceptada

Image Analyst
Image Analyst el 1 de Sept. de 2012

1 voto

Did you scroll all the way to the bottom of the conv2 help to the "See also" section? Did you happen to see the link to convn()?

Más respuestas (1)

Aoife
Aoife el 4 de Sept. de 2012

0 votos

Yes, and no. Next time I'll read more carefully! Thanks for pointing it out.

Etiquetas

Preguntada:

el 31 de Ag. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by