High speed matrix manipulation in c#?

Posted by Donnie on Stack Overflow See other posts from Stack Overflow or by Donnie
Published on 2010-05-24T23:02:02Z Indexed on 2010/05/24 23:31 UTC
Read the original article Hit count: 264

Filed under:
|
|

I'm working on some image manipulation code in c# and need to do some matrix operations (specifically 2D convolution). I have the code written in matlab which uses the conv2 function ... is there a library for C# / .NET that does good high-speed matrix manipulations? I'd be fine if it requires some specific GPU and does the matrix math on-GPU if that's what it takes.

© Stack Overflow or respective owner

Related posts about c#

Related posts about image