how to add rician noise in image?
조회 수: 2 (최근 30일)
이전 댓글 표시
I want to add rician noise in image as a signal so how to create signal for same? is there any equation? plz help
댓글 수: 0
답변 (2개)
Image Analyst
2012년 9월 27일
I was going to ask you the same thing. It's not one of the noise types built in to imnoise().
댓글 수: 4
Image Analyst
2013년 2월 17일
이동: DGM
2023년 12월 29일
Do you have an additional question? If so, state it, otherwise, please mark it as Accepted.
DGM
2023년 12월 29일
편집: DGM
2023년 12월 29일
MIMT imnoiseFB() is largely a replacement for IPT imnoise(), though it offers a few new options not offered in the original. One of those added features is an option for Rician noise. If you're curious about the implementation, open up the fle and read the corresponding block. The comments include a web link to references.
From the synopsis:
imnoiseFB(INPICT,'rice',{SIGMA})
Additive Rician noise of the specified scale parameter SIGMA (default 0.05).
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!