README.md

changeset 43
492a57594b88
parent 41
379c4fbd23ff
child 50
ef9d33ea4460
equal deleted inserted replaced
42:cfd989fa71c3 43:492a57594b88
38 julia> using ImageTools 38 julia> using ImageTools
39 ``` 39 ```
40 40
41 This package is not and is not planned to be available via `Pkg.add` as it is based on the worst and must unusable version control system ever invented: Git. 41 This package is not and is not planned to be available via `Pkg.add` as it is based on the worst and must unusable version control system ever invented: Git.
42 42
43 ## Testing
44
45 To run a simple denoising test using FISTA, use
46
47 ```console
48 $ julia --project=DenoiseTest
49 julia> using DenoiseTest
50 julia> test_denoise()
51 ```
52
43 [AlgTools]: https://tuomov.iki.fi/software/AlgTools/ 53 [AlgTools]: https://tuomov.iki.fi/software/AlgTools/
44
45
46

mercurial