필터 지우기
필터 지우기

parallelization in image processing for denoising an image

조회 수: 2 (최근 30일)
shital shinde
shital shinde 2020년 2월 12일
댓글: Walter Roberson 2020년 2월 13일
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.

답변 (1개)

Walter Roberson
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
shital shinde
shital shinde 2020년 2월 13일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by