I can't seem to find a motion detection example in CUDAfy.NET C#. Motion Detection is very straightforward and can all be done in parallel so it should be super common and available in a library like CUDAfy, yet I haven't found any examples.
To clarify, I'm looking for a function like this:
byte[] difference(Bitmap a, Bitmap b, byte threshold);
that does the calculation on the GPU.
To clarify, I'm looking for a function like this:
byte[] difference(Bitmap a, Bitmap b, byte threshold);
that does the calculation on the GPU.