mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-11 11:25:30 +08:00
DOC: Add missing space.
This commit is contained in:
@@ -96,7 +96,8 @@ def ifrt2(a):
|
||||
|
||||
Notes
|
||||
-----
|
||||
The FRT has a unique inverse iff n is prime. [FRT]
|
||||
The FRT has a unique inverse iff n is prime.
|
||||
See [FRT] for an overview.
|
||||
The idea for this algorithm is due to Vlad Negnevitski.
|
||||
|
||||
Examples
|
||||
@@ -110,6 +111,7 @@ def ifrt2(a):
|
||||
>>> f = frt2(img)
|
||||
|
||||
Apply the Inverse Finite Radon Transform to recover the input
|
||||
|
||||
>>> fi = ifrt2(f)
|
||||
|
||||
Check that it's identical to the original
|
||||
|
||||
Reference in New Issue
Block a user