Hello all, am a beginner to image processing,
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ankith reddy
el 24 de Jul. de 2014
Comentada: Matz Johansson Bergström
el 24 de Jul. de 2014
Can you just tell me what are the applications of convolution and where to use it in image processing ? for ex:used for sharpen, blur, edge detction etc. pls help me out.
The next one is using the convolution matrix or kernel. The image can be supervised flexibly based on the kernel matrix. i usually find kernel matrix pre-defined or entered manually. Is there any way to choose kernel matrix as per our requirements?
0 comentarios
Respuesta aceptada
Matz Johansson Bergström
el 24 de Jul. de 2014
Convolution, both linear and circular, is used in many areas of optics, image processing, signal processing and beyond.
My master's thesis in computer science was about speeding up convolution using FFT. In my work I wanted to simulate the way a patient with cataracts sees the world. Basically I blurred high dynamic range photos using a large modified gaussian kernel. If you are interested in the details, feel free to read my thesis "Study of Convolution Algorithms using CPU and Graphics Hardware" http://matzjb.se/project-reports/.
As you say, convolution can be used for blurring, deblurring, sharpening, edge detection but also noise reduction, see CLEAN. Convolution can also be used in template matching link to wikipedia article.
So convolution is used in many areas in optics and image processing, but it can also be used in higher dimensions in fluid dynamic simulations [Computational Fluid Dynamics by Frederic Magoules chapter 3.6.2].
I hope this shed some light on the subject.
2 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!