I am working on some image manipulation code in C # and have to perform some operations with matrices (in particular, 2D convolution). I have a code written in matlab that uses a function conv2... is there a library for C # /. NET that handles high speeds well? I would be fine if this requires a specific GPU, and if the mathematical matrix does on the GPU, if necessary.
source
share