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

C / C++ / MFC

 
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 
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 
Let's suppose the first image is at {0, 0} and the second one is at {100, 200} then you may still use some kind of getpixel to compare the images, simply offsetting the arguments, i.e. (pseudocode):
getpixel(x,y) == getpixel(100 + x, 200 + y)


However I suspect you have no clear idea about what you actually intend to do.
Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

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 
AnswerRe: NT Services (ATL Com AppWizard - ServerType:Service(exe) ) Pin
Roger Stoltz4-Nov-08 1:25
Roger Stoltz4-Nov-08 1:25 
Questionmodeless property sheet Pin
Member 46556854-Nov-08 0:47
Member 46556854-Nov-08 0:47 

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.