I want to write in C# using some graphic library app that will show difference between two pictures as a map of vectors, which will show movement of points.
Something like this is implemented for matlab and is called PIVlab and as a example: difference between
and
is represented by first image in
I would be very happy to write something similiar in .NET using for instance AForge. Can you help?