Simulate speckle pattern to analyze using speckle tracking

Hello,
I want to create an phantom of a horseshoe which contained speckles to analyze this afterwards using speckle tracking to validate a program. The speckles has to move in approximately 10 frames in one direction (left-right).
I've tried the function imnoise('speckle', variance), but this gives not the required result because it creates noise and I'll follow the speckle.
Thank you for helping me. Best regards

回答(1 个)

I don't know what that means. 'speckle' creates multiplicative noise. If you want a true speckle like from a laser then you'll have to use a different function because it has a different probability density function. If all you want is random bright dots, you can use randi() or imnoise('salt & pepper').

2 个评论

Hello, I want a pattern of white small dots which moves longitudinal so I can track these spots with speckle tracking. I hope my question is more clear like this?
Yes, you can use the 'salt & pepper' option. Maybe you can use circshift() to translate the dots. These are pretty simple functions to use and call (in fact you've already used imnoise), but let me know if you have trouble.

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Geometric Transformation and Image Registration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by