Click here to Skip to main content
15,895,283 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Debugging problem Pin
Maximilien17-Dec-10 4:51
Maximilien17-Dec-10 4:51 
QuestionVisual C++ Pin
John50216-Dec-10 23:42
John50216-Dec-10 23:42 
AnswerRe: Visual C++ Pin
Michael Schubert17-Dec-10 0:19
Michael Schubert17-Dec-10 0:19 
GeneralRe: Visual C++ Pin
John50219-Dec-10 19:35
John50219-Dec-10 19:35 
Questionhow to compare two frames of any media file in vc++ Pin
rajniyadav1a16-Dec-10 22:31
rajniyadav1a16-Dec-10 22:31 
AnswerRe: how to compare two frames of any media file in vc++ Pin
Chris Losinger17-Dec-10 1:17
professionalChris Losinger17-Dec-10 1:17 
AnswerRe: how to compare two frames of any media file in vc++ Pin
Cool_Dev17-Dec-10 1:20
Cool_Dev17-Dec-10 1:20 
AnswerRe: how to compare two frames of any media file in vc++ Pin
normanS18-Dec-10 14:54
normanS18-Dec-10 14:54 
Assuming you mean video frames, you could do something like this:
convert both frames to a common format (same number of rows and columns, same pixel format for example RGB15)
pixel by pixel, compare the red, green, blue components and check that they are "close enough"
If a "high enough" percentage of pixels match, the media frames match

This method will fail to return a match for all sorts of reasons, for example, because one frame has been cropped or because one frame has been processed to adjust the contrast, etc.

Really, what you need to do is figure out what tineye www.tineye.com[^] are doing.
Questionhow to Drawing graph in VC++ MFC? Pin
mathivanaan16-Dec-10 22:08
mathivanaan16-Dec-10 22:08 
AnswerRe: how to Drawing graph in VC++ MFC? Pin
Cedric Moonen16-Dec-10 23:21
Cedric Moonen16-Dec-10 23:21 
QuestionHo can set date and time value in excel by excel automation? Pin
Le@rner16-Dec-10 18:25
Le@rner16-Dec-10 18:25 
AnswerRe: Ho can set date and time value in excel by excel automation? Pin
Richard MacCutchan16-Dec-10 21:29
mveRichard MacCutchan16-Dec-10 21:29 
GeneralRe: Ho can set date and time value in excel by excel automation? Pin
Le@rner16-Dec-10 21:42
Le@rner16-Dec-10 21:42 
GeneralRe: Ho can set date and time value in excel by excel automation? Pin
Richard MacCutchan16-Dec-10 23:35
mveRichard MacCutchan16-Dec-10 23:35 
GeneralRe: Ho can set date and time value in excel by excel automation? Pin
Le@rner16-Dec-10 23:35
Le@rner16-Dec-10 23:35 
GeneralRe: Ho can set date and time value in excel by excel automation? Pin
Richard MacCutchan17-Dec-10 1:31
mveRichard MacCutchan17-Dec-10 1:31 
AnswerRe: Ho can set date and time value in excel by excel automation? Pin
FilipKrnjic17-Oct-11 22:15
FilipKrnjic17-Oct-11 22:15 
QuestionHow Inline and MACRO function are work? Pin
GAJERA16-Dec-10 16:42
GAJERA16-Dec-10 16:42 
AnswerRe: How Inline and MACRO function are work? Pin
Maximilien16-Dec-10 16:53
Maximilien16-Dec-10 16:53 
GeneralRe: How Inline and MACRO function are work? Pin
GAJERA16-Dec-10 17:03
GAJERA16-Dec-10 17:03 
GeneralRe: How Inline and MACRO function are work? Pin
David Crow16-Dec-10 17:44
David Crow16-Dec-10 17:44 
AnswerRe: How Inline and MACRO function are work? Pin
Richard MacCutchan16-Dec-10 21:27
mveRichard MacCutchan16-Dec-10 21:27 
AnswerRe: How Inline and MACRO function are work? Pin
Aescleal16-Dec-10 22:00
Aescleal16-Dec-10 22:00 
AnswerRe: How Inline and MACRO function are work? Pin
yu-jian17-Dec-10 3:54
yu-jian17-Dec-10 3:54 
QuestionShortcut key source code Pin
AK7758116-Dec-10 9:48
AK7758116-Dec-10 9:48 

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.