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++
|
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++
| ||||
|
feedback
|
|
Use This link contains some example code, if that will help: http://permalink.gmane.org/gmane.comp.lib.opencv/36167 | |||
|
feedback
|
Change the image names. Also make sure they have the same size. | |||
|
feedback
|