Click here to Skip to main content
15,906,106 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Relative Speed of Trigonometry functions Pin
cp98764-Nov-07 22:27
cp98764-Nov-07 22:27 
AnswerRe: Relative Speed of Trigonometry functions Pin
Luc Pattyn5-Nov-07 2:36
sitebuilderLuc Pattyn5-Nov-07 2:36 
AnswerRe: Relative Speed of Trigonometry functions Pin
Alan Balkany29-Nov-07 5:02
Alan Balkany29-Nov-07 5:02 
AnswerRe: Relative Speed of Trigonometry functions Pin
serge_bal19-Dec-07 5:38
serge_bal19-Dec-07 5:38 
QuestionAlogorithim to compare two pictures Pin
w2094-Nov-07 3:33
w2094-Nov-07 3:33 
AnswerRe: Alogorithim to compare two pictures Pin
Luc Pattyn4-Nov-07 4:10
sitebuilderLuc Pattyn4-Nov-07 4:10 
AnswerRe: Alogorithim to compare two pictures Pin
FriendOfAsherah6-Nov-07 5:26
FriendOfAsherah6-Nov-07 5:26 
AnswerRe: Alogorithim to compare two pictures Pin
schoetbi26-Nov-07 10:50
schoetbi26-Nov-07 10:50 
Hi,

it depends what you like to match. If the pictures need to be exactly == binary identical, you could just use a md5 checksum, or something like this.
If you want to search for "similar" pictures e.g. showing the same thing but scaled (image for email, etc. ) then you could use a cooccourence matrix over the colors in the image.
If you want to check also if the contrast was changed then you need an even more elaborate algorithm, maybe doing a color histogram and then do a cross correllation. But these are only ideas...

Regards,
Tobias
QuestionInput suffers security. Pin
Cryptogrpahy2-Nov-07 21:33
Cryptogrpahy2-Nov-07 21:33 
AnswerRe: Input suffers security. Pin
cp98762-Nov-07 21:59
cp98762-Nov-07 21:59 
GeneralRe: Input suffers security. Pin
Cryptogrpahy2-Nov-07 22:32
Cryptogrpahy2-Nov-07 22:32 
QuestionWhat kind of the key exchange protocol better to use in my symmetric key algorithm? Pin
Cryptogrpahy2-Nov-07 12:19
Cryptogrpahy2-Nov-07 12:19 
AnswerRe: What kind of the key exchange protocol better to use in my symmetric key algorithm? Pin
cp98762-Nov-07 14:07
cp98762-Nov-07 14:07 
GeneralRe: What kind of the key exchange protocol better to use in my symmetric key algorithm? Pin
Cryptogrpahy2-Nov-07 20:37
Cryptogrpahy2-Nov-07 20:37 
QuestionAll readers [modified] Pin
Cryptogrpahy30-Oct-07 4:43
Cryptogrpahy30-Oct-07 4:43 
AnswerRe: All readers Pin
MikeMarq30-Oct-07 12:15
MikeMarq30-Oct-07 12:15 
GeneralRe: All readers Pin
User 171649230-Oct-07 13:05
professionalUser 171649230-Oct-07 13:05 
QuestionDistance between two GPS points. Pin
chandu00429-Oct-07 2:06
chandu00429-Oct-07 2:06 
AnswerRe: Distance between two GPS points. Pin
V.29-Oct-07 3:12
professionalV.29-Oct-07 3:12 
GeneralRe: Distance between two GPS points. Pin
chandu00429-Oct-07 3:26
chandu00429-Oct-07 3:26 
GeneralRe: Distance between two GPS points. Pin
yuneiv29-Oct-07 4:20
yuneiv29-Oct-07 4:20 
AnswerRe: Distance between two GPS points. Pin
DQNOK29-Oct-07 4:10
professionalDQNOK29-Oct-07 4:10 
JokeOf course straight line... Pin
CPallini29-Oct-07 4:24
mveCPallini29-Oct-07 4:24 
GeneralRe: Of course straight line... Pin
El Corazon29-Oct-07 10:22
El Corazon29-Oct-07 10:22 
AnswerRe: Distance between two GPS points. Pin
El Corazon29-Oct-07 10:22
El Corazon29-Oct-07 10:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.