High speed matrix manipulation in C #?

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.

+3
source share
4 answers

Emgu is a good C # port for OpenCV. I'm not sure about your convolution, but from this link seems likely.

+2

- DLL , #. , Matlab / C .

+2

Source: https://habr.com/ru/post/1746924/


All Articles