Precisely Compare 2 images for differences using OpenCV
Posted
by YS
on Stack Overflow
See other posts from Stack Overflow
or by YS
Published on 2010-04-15T11:26:38Z
Indexed on
2010/04/15
11:33 UTC
Read the original article
Hit count: 152
opencv
Hi, I am working on a project to capture images via webcam in a predefined time interval, and continuously compare the images to a template (good image) and give an error if the difference is > tolerance set.
I working out using OpenCV. Would like to have advice how should I do it, e.g. best method, etc.
Appreciate if any one can help me on this. Thanks.
© Stack Overflow or respective owner