Tagged Questions
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
457 views
Template matching - Image subtraction
I have a project where I am required to subtract an empty template image from an incoming user filled image. The document type is a normal Bank cheque.
The aim is to extract the handwritten fields ...
0
votes
1answer
145 views
Please help me…I want to know how to code for background subtraction
I'm just getting started with OpenCV. I came across this question, and I'm trying to find where that code came from. Any ideas?
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++
0
votes
4answers
8k views
Efficient Background subtraction with Opencv
I want to do background subtraction in a video file using Opencv method. Right now i'm able to do background subtraction, but the problem is that i couldn't get the output in color mode. All the ...