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개)

Image Analyst
Image Analyst 2015년 8월 11일

0 개 추천

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에 대해 자세히 알아보기

질문:

2015년 8월 11일

댓글:

2015년 8월 11일

Community Treasure Hunt

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

Start Hunting!

Translated by