parallelization in image processing for denoising an image
1 回表示 (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
Walter Roberson
2020 年 2 月 12 日
編集済み: Walter Roberson
2020 年 2 月 13 日
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 件のコメント
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!