View Single Post
Old 25th February 2012, 14:00   #81  |  Link
yup
Registered User
 
Join Date: Feb 2003
Location: Russia, Moscow
Posts: 854
Hi All!

Please advice how calculate radius for Gaussian blur based on variance.
Code:
radius=3*sqrt(Var)+0.5
or
Code:
radius=2*sqrt(Var)
Which right?
yup.

Last edited by yup; 27th February 2012 at 08:01.
yup is offline   Reply With Quote