View Single Post
  #4  
Old 04-10-2012, 04:37 AM
gasman1's Avatar
gasman1 (Gary A Sitton)
Registered User

gasman1 is offline
 
Join Date: Sep 2012
Location: Houston, TX USA
Posts: 18
I can't recommend Matlab for the casual user ($8-10k); my copy was purchased by the company I work for. The image processing toolbox does have some nice filtering stuff, but it's not really oriented towards astrophotography. I'm developing a some prestack processing stuff in C based on my Matlab prototypes. I hope to improve on the sqrt(n) reduction in random noise achieved by simple summing. The 2-D median filter found in some software only does a simple n x n moving median filter (n = 3,5, ...). There is a line pattern sensitive median filter which tends remove outliers nicely without reducing bandwidth and blurring structure as much.
Reply With Quote