Click here to Skip to main content
16,014,392 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: conversion of jpg to data ie. txt Pin
Ed.Poore3-Jan-07 23:04
Ed.Poore3-Jan-07 23:04 
GeneralRe: conversion of jpg to data ie. txt Pin
Lowki3-Jan-07 23:20
Lowki3-Jan-07 23:20 
GeneralRe: conversion of jpg to data ie. txt Pin
Ed.Poore3-Jan-07 23:44
Ed.Poore3-Jan-07 23:44 
GeneralRe: conversion of jpg to data ie. txt Pin
Lowki4-Jan-07 0:37
Lowki4-Jan-07 0:37 
GeneralRe: conversion of jpg to data ie. txt Pin
Ed.Poore4-Jan-07 3:36
Ed.Poore4-Jan-07 3:36 
GeneralRe: conversion of jpg to data ie. txt Pin
Lowki5-Jan-07 4:12
Lowki5-Jan-07 4:12 
GeneralRe: conversion of jpg to data ie. txt Pin
Ed.Poore5-Jan-07 4:37
Ed.Poore5-Jan-07 4:37 
GeneralRe: conversion of jpg to data ie. txt Pin
El Corazon5-Jan-07 6:04
El Corazon5-Jan-07 6:04 
Lowki wrote:
I'm hoping that decompressing the jpg will give me more of a standardised result otherwise the variables are going to be enormous


I guess that depends on how you do the comparison, and what you are trying to compare. Comparing byte for byte with a lossy graphics compression is definitely problematic. However, doing pattern matching and image tracking/finding can be done if the choice of sub-images you are looking for have high contrast and are few in number (you are looking for a few possible symbols rather than every possible symbol in a plethora of possibilities). You can grade matching results through a bayesian or other fuzzy comparison, and then find the "best match" which is as much as you can hope for when dealing with jpeg (lossy) compression.

_________________________
Asu no koto o ieba, tenjo de nezumi ga warau.
Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)

GeneralRe: conversion of jpg to data ie. txt Pin
Rilhas30-Jan-07 12:39
Rilhas30-Jan-07 12:39 
GeneralRe: conversion of jpg to data ie. txt Pin
Rilhas30-Jan-07 12:46
Rilhas30-Jan-07 12:46 
QuestionRe: conversion of jpg to data ie. txt Pin
Maximilien5-Jan-07 5:40
Maximilien5-Jan-07 5:40 
AnswerRe: conversion of jpg to data ie. txt Pin
Lowki8-Jan-07 1:51
Lowki8-Jan-07 1:51 
GeneralRe: conversion of jpg to data ie. txt Pin
Jeremy Falcon31-Jan-07 6:03
professionalJeremy Falcon31-Jan-07 6:03 
QuestionMoving window along a cosine path Pin
Tommy Svensson28-Dec-06 4:50
Tommy Svensson28-Dec-06 4:50 
AnswerRe: Moving window along a cosine path Pin
Kacee Giger28-Dec-06 7:52
Kacee Giger28-Dec-06 7:52 
Questionhow to change wave file frequency Pin
hserver25-Dec-06 21:37
hserver25-Dec-06 21:37 
AnswerRe: how to change wave file frequency Pin
Rilhas22-Jan-07 12:57
Rilhas22-Jan-07 12:57 
QuestionPuzzle Challenge Site Pin
Are Jay22-Dec-06 21:47
Are Jay22-Dec-06 21:47 
AnswerRe: Puzzle Challenge Site Pin
PIEBALDconsult26-Dec-06 6:47
mvePIEBALDconsult26-Dec-06 6:47 
GeneralRe: Puzzle Challenge Site Pin
Luc Pattyn26-Dec-06 7:38
sitebuilderLuc Pattyn26-Dec-06 7:38 
GeneralRe: Puzzle Challenge Site Pin
PIEBALDconsult26-Dec-06 9:28
mvePIEBALDconsult26-Dec-06 9:28 
GeneralRe: Puzzle Challenge Site Pin
Luc Pattyn26-Dec-06 9:47
sitebuilderLuc Pattyn26-Dec-06 9:47 
GeneralRe: Puzzle Challenge Site Pin
PIEBALDconsult26-Dec-06 10:21
mvePIEBALDconsult26-Dec-06 10:21 
GeneralRe: Puzzle Challenge Site Pin
Luc Pattyn26-Dec-06 11:41
sitebuilderLuc Pattyn26-Dec-06 11:41 
GeneralRe: Puzzle Challenge Site Pin
Are Jay26-Dec-06 18:01
Are Jay26-Dec-06 18:01 

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.