Skip to content

Commit

Permalink
remove duplicated doc in imfilter.jl (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
innerlee authored and Evizero committed Apr 15, 2018
1 parent 3d6ee23 commit e808ec8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/imfilter.jl
Expand Up @@ -542,7 +542,6 @@ w = centered(reshape(1.0:9.0,3,3))
# You can designate the type of padding by specifying an appropriate string.
imfilter(f,w,"replicate")
imfilter(f,w,"replicate")
imfilter(f,w,"circular")
imfilter(f,w,"symmetric")
imfilter(f,w,"reflect")
Expand Down

0 comments on commit e808ec8

Please sign in to comment.