Groups
Groups
Sign in
Groups
Groups
OpenCV4Android
Conversations
Labels
About
Send feedback
Help
comparing two images
3,168 views
Skip to first unread message
hanoun
unread,
Feb 28, 2012, 5:28:54 PM
2/28/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android...@googlegroups.com
Can someone help me and tell with methods of opencv can I use to compare them?
Andrey Pavlenko
unread,
Feb 29, 2012, 12:02:11 AM
2/29/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android...@googlegroups.com
it's not clear what do you mean saying 'to compare images'...
if 2 images have the same type and size you can get a new image containing their difference with Core.absdiff() function (
http://opencv.itseez.com/modules/core/doc/operations_on_arrays.html#absdiff
)
or you can make per element comparison with Core.compare() function (
http://opencv.itseez.com/modules/core/doc/operations_on_arrays.html#compare
)
Reply all
Reply to author
Forward
0 new messages