Click here to Skip to main content
15,889,462 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Add MFC support to ATL COM DLL project Pin
john56323-Apr-14 1:54
john56323-Apr-14 1:54 
GeneralRe: Add MFC support to ATL COM DLL project Pin
Richard MacCutchan3-Apr-14 2:51
mveRichard MacCutchan3-Apr-14 2:51 
QuestionHow to know no message in WindowProc callback function? Pin
cedricvictor2-Apr-14 16:34
cedricvictor2-Apr-14 16:34 
AnswerRe: How to know no message in WindowProc callback function? Pin
Richard MacCutchan2-Apr-14 21:32
mveRichard MacCutchan2-Apr-14 21:32 
QuestionImage processing discussion forum? Pin
Vaclav_31-Mar-14 8:49
Vaclav_31-Mar-14 8:49 
AnswerRe: Image processing discussion forum? Pin
SoMad31-Mar-14 9:55
professionalSoMad31-Mar-14 9:55 
AnswerRe: Image processing discussion forum? Pin
Chris Losinger31-Mar-14 10:37
professionalChris Losinger31-Mar-14 10:37 
AnswerRe: Image processing discussion forum? Pin
leon de boer1-Apr-14 5:21
leon de boer1-Apr-14 5:21 
I think your problem is more than image processing ... to do recognition you need to know how you intend to do the pattern matching scheme and that answers what image processing you need.

For example if your matching is vector based you can easily do a single pass connected component label pass and vectorize the result rather than play with edge detectors like you have. I put up old sample code on this site to do exactly that if you want to see what that looks like

Connected Component Labeling and Vectorization[^]

Broadly speaking recognition comes in two ways feature detection or template matching do you know which way you are intending to use?

That tells you what the image processing needs to extract and at least gives us a start point to discuss things in more detail and possibly point you in a direction of more help.
GeneralRe: Image processing discussion forum? Pin
Vaclav_4-Apr-14 3:50
Vaclav_4-Apr-14 3:50 
GeneralRe: Image processing discussion forum - CCL "trace" issue ?? Pin
Vaclav_4-Apr-14 4:50
Vaclav_4-Apr-14 4:50 
GeneralRe: Image processing discussion forum - CCL "trace" issue ?? Pin
leon de boer13-Apr-14 3:17
leon de boer13-Apr-14 3:17 
QuestionBitwise operation for mod operation Pin
econy31-Mar-14 4:23
econy31-Mar-14 4:23 
AnswerRe: Bitwise operation for mod operation Pin
Richard MacCutchan31-Mar-14 21:38
mveRichard MacCutchan31-Mar-14 21:38 
AnswerRe: Bitwise operation for mod operation Pin
CPallini31-Mar-14 23:37
mveCPallini31-Mar-14 23:37 
QuestionDATABASE PROBLEM Pin
Fawaz Ajani31-Mar-14 1:01
Fawaz Ajani31-Mar-14 1:01 
AnswerRe: DATABASE PROBLEM Pin
Freak3031-Mar-14 4:42
Freak3031-Mar-14 4:42 
AnswerRe: DATABASE PROBLEM Pin
SujayG2-Apr-14 0:21
SujayG2-Apr-14 0:21 
QuestionRe: DATABASE PROBLEM Pin
David Crow2-Apr-14 17:27
David Crow2-Apr-14 17:27 
QuestionHow to use ReadFile API Read HID Device synchronous Pin
cedricvictor30-Mar-14 6:32
cedricvictor30-Mar-14 6:32 
AnswerRe: How to use ReadFile API Read HID Device synchronous Pin
Richard Andrew x6431-Mar-14 10:13
professionalRichard Andrew x6431-Mar-14 10:13 
AnswerRe: How to use ReadFile API Read HID Device synchronous Pin
Heng Xiangzhong8-Apr-14 23:31
Heng Xiangzhong8-Apr-14 23:31 
Question#imports for MS Office2013 Pin
Bryan Anslow28-Mar-14 10:08
Bryan Anslow28-Mar-14 10:08 
AnswerRe: #imports for MS Office2013 Pin
SujayG1-Apr-14 22:26
SujayG1-Apr-14 22:26 
GeneralRe: #imports for MS Office2013 Pin
Bryan Anslow2-Apr-14 4:23
Bryan Anslow2-Apr-14 4:23 
GeneralRe: #imports for MS Office2013 Pin
SujayG3-Apr-14 1:04
SujayG3-Apr-14 1:04 

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.