how can I perform interpolation between images
    4 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
    Yazan Awwad
 am 22 Okt. 2013
  
    
    
    
    
    Kommentiert: Yazan Awwad
 am 23 Okt. 2013
            <<
<<

>>
>>
Hi, I have a set of 180 ultrasound images. I would like to apply linear interpolation between them to reduce the noise. Any help how I can do that? I appreciate ur help. Thank you, Yazan
0 Kommentare
Akzeptierte Antwort
  Image Analyst
      
      
 am 22 Okt. 2013
        Interpolation? How would that reduce noise? Maybe you mean regression. But how many output images do you want from this set of 180 images?
5 Kommentare
  Image Analyst
      
      
 am 23 Okt. 2013
				Well obviously you did the sum incorrectly. Did you cast to double before you added them? Otherwise it will clip at 255, then when you divide by 180 you'll get 0. Or check Alex's suggestion - Prof Milanfar is a really bright guy with some clever algorithms that are very effective..
Weitere Antworten (1)
  Alex Taylor
    
 am 22 Okt. 2013
        This family of algorithms is known as super resolution. I suggest you review the literature. For example:
Siehe auch
Kategorien
				Mehr zu Computer Vision with Simulink finden Sie in Help Center und File Exchange
			
	Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


