Click here to Skip to main content
15,894,955 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to GetHandle of Windows from Resource ID in ATL COM Pin
Iain Clarke, Warrior Programmer29-Jul-09 2:55
Iain Clarke, Warrior Programmer29-Jul-09 2:55 
QuestionHow to control other non-focus application? Pin
audi0229-Jul-09 1:12
audi0229-Jul-09 1:12 
AnswerRe: How to control other non-focus application? Pin
Adam Roderick J29-Jul-09 1:41
Adam Roderick J29-Jul-09 1:41 
GeneralRe: How to control other non-focus application? Pin
audi0229-Jul-09 9:59
audi0229-Jul-09 9:59 
QuestionRe: How to control other non-focus application? Pin
audi023-Aug-09 22:49
audi023-Aug-09 22:49 
QuestionCreating a Data stream Pin
VCProgrammer29-Jul-09 0:55
VCProgrammer29-Jul-09 0:55 
AnswerRe: Creating a Data stream Pin
Iain Clarke, Warrior Programmer29-Jul-09 2:59
Iain Clarke, Warrior Programmer29-Jul-09 2:59 
QuestionHow to display the OpenCV image in CView (MFC) PinPopular
Sonhye Aui28-Jul-09 23:56
Sonhye Aui28-Jul-09 23:56 
Hello All~~

Does anyone know how to display the OpenCV image structure "IplImage" in MFC CView?

Typically, many example shows that after we called 'cvLoadImage()', it will call 'cvShowImage' to display the image in another seperate window (as the code below).

IplImage* img = cvLoadImage( argv[1] );

cvNamedWindow( "Example1", CV_WINDOW_AUTOSIZE );

cvShowImage( "Example1", img );


What if I would like to display the image readed by OpenCV 'cvLoadImage' into CView, how can I do that????

Any suggestion, please?????

Thank you very much.

// I found that CImage from MS cannot open PPM file and I would like to use some features of OpenCV so I changed to OpenCV but now I found this problem. Please help. Rose | [Rose] Rose | [Rose] Rose | [Rose]
QuestionHow to set proxy with xmlhttprequest Pin
Ash_VCPP28-Jul-09 23:30
Ash_VCPP28-Jul-09 23:30 
QuestionCHttpFile::SendRequest problem Pin
msn9228-Jul-09 22:29
msn9228-Jul-09 22:29 
AnswerRe: CHttpFile::SendRequest problem Pin
msn9228-Jul-09 22:58
msn9228-Jul-09 22:58 
GeneralRe: CHttpFile::SendRequest problem Pin
Swapnil Shah28-Jul-09 23:11
Swapnil Shah28-Jul-09 23:11 
GeneralRe: CHttpFile::SendRequest problem Pin
msn9229-Jul-09 1:32
msn9229-Jul-09 1:32 
QuestionScrolling into CListCtrl Pin
siko228-Jul-09 22:13
siko228-Jul-09 22:13 
AnswerRe: Scrolling into CListCtrl Pin
«_Superman_»28-Jul-09 22:49
professional«_Superman_»28-Jul-09 22:49 
QuestionMFC debug checking? Pin
duongcntt4b28-Jul-09 21:47
duongcntt4b28-Jul-09 21:47 
AnswerRe: MFC debug checking? Pin
Code-o-mat28-Jul-09 22:08
Code-o-mat28-Jul-09 22:08 
QuestionHow to find out a file location Using C language in windows programming? Pin
WindowsVsLinux28-Jul-09 21:32
WindowsVsLinux28-Jul-09 21:32 
QuestionRe: How to find out a file location Using C language in windows programming? Pin
CPallini28-Jul-09 21:38
mveCPallini28-Jul-09 21:38 
AnswerRe: How to find out a file location Using C language in windows programming? Pin
WindowsVsLinux28-Jul-09 21:54
WindowsVsLinux28-Jul-09 21:54 
GeneralRe: How to find out a file location Using C language in windows programming? Pin
CPallini28-Jul-09 22:30
mveCPallini28-Jul-09 22:30 
GeneralRe: How to find out a file location Using C language in windows programming? Pin
WindowsVsLinux28-Jul-09 22:40
WindowsVsLinux28-Jul-09 22:40 
GeneralRe: How to find out a file location Using C language in windows programming? Pin
CPallini28-Jul-09 22:44
mveCPallini28-Jul-09 22:44 
GeneralRe: How to find out a file location Using C language in windows programming? Pin
WindowsVsLinux28-Jul-09 22:47
WindowsVsLinux28-Jul-09 22:47 
QuestionRe: How to find out a file location Using C language in windows programming? Pin
David Crow29-Jul-09 2:44
David Crow29-Jul-09 2:44 

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.