I am checking a video, and would like to compare each frame with the previous one and return a black and white image consisting of all differences between the two frames.. like a "mask" of differences between the frames
Detect and visualize differences between two images with OpenCV Python
this link contains exactly what I would need, but it is in pythong, and I was not able to find the same method in .net. Its also my very first time working with emgu and I feel a bit lost.
I have 3 Mats, one is currentframe
, oldframe
and diffframe
any help on how this can be done is greatly appreciated!