src/Denoise.jl

changeset 46
46053b3af251
parent 28
d1f40f6654cb
child 53
f8a3bc920f6a
equal deleted inserted replaced
45:097f95638dba 46:46053b3af251
54 # Algorithm 54 # Algorithm
55 ############ 55 ############
56 56
57 function denoise_pdps(b :: Image; 57 function denoise_pdps(b :: Image;
58 xinit :: Union{Image,Nothing} = nothing, 58 xinit :: Union{Image,Nothing} = nothing,
59 iterate = AlgTools.simple_iterate, 59 iterate = Iterate.simple_iterate,
60 params::NamedTuple) 60 params::NamedTuple)
61 61
62 ################################ 62 ################################
63 # Extract and set up parameters 63 # Extract and set up parameters
64 ################################ 64 ################################

mercurial