i want to know how people can develop some program which can compare 2 pictures and program tells you if those pictures are same
17 replies to this topic
#1
Posted 14 April 2011 - 08:09 AM
|
|
|
#2
Posted 14 April 2011 - 11:08 AM
Depends on your definition of "same". You can compare bit by bit, do color maps, intensity maps, color histograms, etc.
#3
Posted 14 April 2011 - 11:22 AM
this sound very complicated
#4
Posted 20 April 2011 - 02:48 PM
Well, do you want to know if they are exactly the same file?
#5
Posted 21 April 2011 - 02:45 AM
no...my idea was to create something like CODIS (from CSI: Miami)
#6
Posted 21 April 2011 - 04:47 AM
CODIS is a system for storing and retrieving DNA profiles. I think what you're asking is if it's possible to create a system that can look at 2 different photos of a person, and tell you if they're the same person.
Am I on the right track?
Am I on the right track?
#7
Posted 21 April 2011 - 05:24 AM
yes...yo're correct
#8
Posted 21 April 2011 - 06:55 AM
Okay.
This is not a simple task. I suggest you begin by Googling for "facial recognition in c#" and do some further reading into the algorithms and concepts that you will need.
Good Luck!
This is not a simple task. I suggest you begin by Googling for "facial recognition in c#" and do some further reading into the algorithms and concepts that you will need.
Good Luck!
#9
Posted 23 April 2011 - 05:46 AM
what is element siblings in xml
#10
Posted 23 April 2011 - 06:45 AM
In an XML document like this:
The nodes child1 and child2 are siblings.
<parent> <child1></child1> <child2></child2> </parent>
The nodes child1 and child2 are siblings.
#11
Posted 23 April 2011 - 06:47 AM
but if there is 4 child elements then they are all siblings, right???
#12
Posted 23 April 2011 - 07:01 AM
Yes. That's correct
Child nodes 1-4 are all siblings.
<parent> <child1></child1> <child2></child2> <child3></child3> <child4></child4> </parent>
Child nodes 1-4 are all siblings.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









