Borrar filtros
Borrar filtros

parallelization in image processing for denoising an image

2 visualizaciones (últimos 30 días)
shital shinde
shital shinde el 12 de Feb. de 2020
Comentada: Walter Roberson el 13 de Feb. de 2020
Hii, I simply want to learn parallelization in matlab. For that I am doing denosing an image in image processing. I used median filtering to reduce salt and pepper noise. But actually I dont know hoe to do it using parallelization. Please help me.

Respuestas (1)

Walter Roberson
Walter Roberson el 12 de Feb. de 2020
Editada: Walter Roberson el 13 de Feb. de 2020
Beyond that, you can also split an image into blocks and do median filtering on the blocks in parallel. However you would need to do fix-ups at the boundaries. If you are thinking of this approach it is probably easier to use blkproc() with overlap and request parallel execution.
  2 comentarios
shital shinde
shital shinde el 13 de Feb. de 2020
will you please send me code if you know how it work. Actually I am very new for image processing and parallelization. If you send me once, I definetly got some idea about that. Thnk u.

Iniciar sesión para comentar.

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by