|
|
|||
|
|
|
| BUILT-IN MATHEMATICA SYMBOL | See Also »|More About » |
InverseRadon | ![]() |
| InverseRadon[image] gives the inverse discrete Radon transform of image. |
| InverseRadon specifies the width w and the height h of the resulting image. |
| #& | ramp filter with constant slope | |
| #Cos[#Pi]& | ramp filter multiplied by cosine function | |
| (1+Cos[#Pi])/2& | Hann filter | |
| (.54+.46Cos[#Pi])& | Hamming filter | |
| Sqrt[1/(1+#^(2n))]& | Butterworth filter of order n | |
| None | no filtering |