mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-24 13:20:43 +08:00
iradon_sart: Add Kaczmarz reference and reformat citations.
This commit is contained in:
@@ -337,11 +337,14 @@ def iradon_sart(radon_image, theta=None, image=None, projection_shifts=None,
|
||||
information, but will also often increase the noise.
|
||||
|
||||
References:
|
||||
-A. C. Kak, Malcolm Slaney, "Principles of Computerized Tomographic
|
||||
-AC Kak, M Slaney, "Principles of Computerized Tomographic
|
||||
Imaging", IEEE Press 1988.
|
||||
-AH Andersen, AC Kak, "Simultaneous algebraic reconstruction technique
|
||||
(SART): a superior implementation of the ART algorithm", Ultrasonic
|
||||
Imaging 6 pp 81--94 (1984)
|
||||
-S Kaczmarz, "Angenäherte auflösung von systemen linearer
|
||||
gleichungen", Bulletin International de l’Academie Polonaise des
|
||||
Sciences et des Lettres 35 pp 355--357 (1937)
|
||||
-Kaczmarz' method, Wikipedia,
|
||||
http://en.wikipedia.org/wiki/Kaczmarz_method
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user