Click here to Skip to main content
15,914,365 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: About Position Independent of an Image to compare it Pin
led mike4-Nov-08 6:35
led mike4-Nov-08 6:35 
AnswerRe: About Position Independent of an Image to compare it Pin
kaushal kishore sharma4-Nov-08 7:29
kaushal kishore sharma4-Nov-08 7:29 
GeneralRe: About Position Independent of an Image to compare it Pin
Cedric Moonen4-Nov-08 7:34
Cedric Moonen4-Nov-08 7:34 
GeneralRe: About Position Independent of an Image to compare it Pin
led mike4-Nov-08 8:17
led mike4-Nov-08 8:17 
GeneralRe: About Position Independent of an Image to compare it Pin
Iain Clarke, Warrior Programmer5-Nov-08 2:25
Iain Clarke, Warrior Programmer5-Nov-08 2:25 
AnswerRe: About Position Independent of an Image to compare it Pin
CPallini4-Nov-08 6:40
mveCPallini4-Nov-08 6:40 
GeneralRe: About Position Independent of an Image to compare it Pin
kaushal kishore sharma4-Nov-08 7:39
kaushal kishore sharma4-Nov-08 7:39 
GeneralRe: About Position Independent of an Image to compare it Pin
Member 41945934-Nov-08 8:05
Member 41945934-Nov-08 8:05 
My suspicion would be that you would have to extract the pixel data for each image, and each line, as if they were strings of binary data (fixed length strings of RGB data), and then pretend to do a file compare (like comparing two text files only you would be doing this with binary fuxed length strings) (this would probably not work if the picture scales were different). You might then be able to find the image of "CAT" in file 1 as a subimage of file 2.

Dave.
GeneralRe: About Position Independent of an Image to compare it Pin
Zergon4-Nov-08 9:35
Zergon4-Nov-08 9:35 
GeneralRe: About Position Independent of an Image to compare it Pin
CPallini4-Nov-08 9:32
mveCPallini4-Nov-08 9:32 
AnswerRe: About Position Independent of an Image to compare it Pin
PJ Arends4-Nov-08 11:00
professionalPJ Arends4-Nov-08 11:00 
QuestionCore 2 versus Pentium 4 Pin
bob169724-Nov-08 4:03
bob169724-Nov-08 4:03 
AnswerRe: Core 2 versus Pentium 4 Pin
sashoalm5-Nov-08 0:24
sashoalm5-Nov-08 0:24 
QuestionReading data from a csv file format and displaying in excel frmat Pin
SeshaSridhar4-Nov-08 3:20
SeshaSridhar4-Nov-08 3:20 
GeneralRe: Reading data from a csv file format and displaying in excel frmat Pin
cyber-drugs4-Nov-08 3:38
cyber-drugs4-Nov-08 3:38 
AnswerRe: Reading data from a csv file format and displaying in excel frmat Pin
sashoalm4-Nov-08 3:43
sashoalm4-Nov-08 3:43 
AnswerRe: Reading data from a csv file format and displaying in excel frmat Pin
David Crow4-Nov-08 4:27
David Crow4-Nov-08 4:27 
QuestionSend Text Message through a modem using AT commands Pin
brucewayn4-Nov-08 2:27
brucewayn4-Nov-08 2:27 
QuestionRe: Send Text Message through a modem using AT commands Pin
CPallini4-Nov-08 3:17
mveCPallini4-Nov-08 3:17 
AnswerRe: Send Text Message through a modem using AT commands Pin
SandipG 4-Nov-08 4:00
SandipG 4-Nov-08 4:00 
QuestionImplementation of Proxy Server in C++ or C# Pin
Andy Rama4-Nov-08 2:09
Andy Rama4-Nov-08 2:09 
AnswerRe: Implementation of Proxy Server in C++ or C# Pin
CPallini4-Nov-08 2:14
mveCPallini4-Nov-08 2:14 
QuestionRe: Implementation of Proxy Server in C++ or C# Pin
Andy Rama4-Nov-08 20:16
Andy Rama4-Nov-08 20:16 
AnswerRe: Implementation of Proxy Server in C++ or C# Pin
CPallini4-Nov-08 21:42
mveCPallini4-Nov-08 21:42 
QuestionNT Services (ATL Com AppWizard - ServerType:Service(exe) ) Pin
Taruni4-Nov-08 0:51
Taruni4-Nov-08 0:51 

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.