Tagged Questions
4
votes
5answers
3k views
How to subtract one bitmap from another in C#/.NET?
I have two bitmaps, produced by different variations of an algorithm. I'd like to create a third bitmap by subtracting one from the other to show the differences.
How can this be done in .NET? I've ...
1
vote
2answers
2k views
EmguCV/OpenCV Image addition/subtraction
I am using EmguCV and am trying to subtract 2 images to create a filter similar to AForge .NET's MoveTowards filter.
This is what my slightly modified version from the above URL tries to do. Given 2 ...
0
votes
2answers
3k views
subtract one image from another using openCV
How can I subtract one image from another using openCV?
Ps.: I coudn't use the python implementation because I'll have to do it in C++