A-M baby
This commit is contained in:
parent
764da6cbbb
commit
db842d013d
19005 changed files with 197040 additions and 7 deletions
11
Task/Image-convolution/J/image-convolution.j
Normal file
11
Task/Image-convolution/J/image-convolution.j
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
NB. pad the first n dimensions of an array with zeros
|
||||
NB. (increasing all dimensions by 1 less than the kernel size)
|
||||
pad=: adverb define
|
||||
adj1=: <.m%2
|
||||
adj2=: m-1
|
||||
(-@(adj2 + ]) {. (adj1 + ]) {. [) (#m) {. $
|
||||
)
|
||||
|
||||
kernel_filter=: adverb define
|
||||
[: ,/"(-#$m) ($m) +/@(,/^:(_1+#$m))@:*&m;._3 ($m)pad
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue