how to generate brownian noise in an image?

3 ビュー (過去 30 日間)
AMUDHA
AMUDHA 2016 年 9 月 27 日
コメント済み: AMUDHA 2016 年 9 月 28 日
Kindly someone say how to generate 2D Brownian noise to an image

採用された回答

Image Analyst
Image Analyst 2016 年 9 月 27 日
I guess you need to move a pixel to a new location. But if you do, some other pixel was there, so that needs to be moved. Maybe you can just map pixels to a new random location nearby but if you do that, then some pixels will be in the same new location, and other pixels won't receive any moved particles. It would be easier if you had just some particles/blobs in the image, over a background, and you just had to move the particle(s) itself and not worry about the background. Perhaps if you attach your image it would provide more insight into what you want to do.
  3 件のコメント
Image Analyst
Image Analyst 2016 年 9 月 28 日
Well what is Brownian noise in an image? I always thought it was that it was how particles moved in time. Perhaps you can use optical flow if you have multiple frames. See where the pixels moved and try to move them back.
Were you going to come up with your own original denoising algorithm, or did you merely want to implement something someone else already invented?
AMUDHA
AMUDHA 2016 年 9 月 28 日
Just want to implement with already invented code

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeComputer Vision with Simulink についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by