Click here to Skip to main content
16,011,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow does it piece of code work??? Pin
28-Mar-05 16:31
suss28-Mar-05 16:31 
AnswerRe: How does it piece of code work??? Pin
Christian Graus28-Mar-05 16:45
protectorChristian Graus28-Mar-05 16:45 
AnswerRe: How does it piece of code work??? Pin
toxcct28-Mar-05 18:39
toxcct28-Mar-05 18:39 
Generaldisplaying images in Visual C++ Pin
a-huge28-Mar-05 16:05
a-huge28-Mar-05 16:05 
GeneralRe: displaying images in Visual C++ Pin
Christian Graus28-Mar-05 16:15
protectorChristian Graus28-Mar-05 16:15 
GeneralRe: displaying images in Visual C++ Pin
a-huge28-Mar-05 16:30
a-huge28-Mar-05 16:30 
GeneralRe: displaying images in Visual C++ Pin
Christian Graus28-Mar-05 16:42
protectorChristian Graus28-Mar-05 16:42 
GeneralRe: displaying images in Visual C++ Pin
a-huge28-Mar-05 21:45
a-huge28-Mar-05 21:45 
I've looked under Matlab's documentation, and this is all I could find about 'mwArray':

"In C++, beginning with MATLAB 5.0, the name of the basic MATLAB data type, mwMatrix, has changed. The new name for the data type is mwArray."

All I got from this documentation is that when Matlab code is converted to C++, all variables are of the class 'mwArray'.

As far as being tied to Matlab goes, we don't really have a choice. We need the Image Analysis Toolbox in order to extract the information we need from our input images.

At this point, we are fairly confident we can obtain an object of class 'mwArray' in which the intensity of each pixel (0->black and 255->white) is in the corresponding point in the array. All we need right now is a way to display these pixels in a MFC Visual C++ file, and how to automatically refresh the image a few times a second. We never realized how difficult it would be.


Thanks

Paul
GeneralRe: displaying images in Visual C++ Pin
Christian Graus29-Mar-05 12:13
protectorChristian Graus29-Mar-05 12:13 
GeneralCreate wizard in VC++ Pin
swati2428-Mar-05 15:17
swati2428-Mar-05 15:17 
GeneralRe: Create wizard in VC++ Pin
RobJones28-Mar-05 16:46
RobJones28-Mar-05 16:46 
GeneralRe: Create wizard in VC++ Pin
swati2428-Mar-05 18:02
swati2428-Mar-05 18:02 
GeneralLittle doubts Pin
Member 154898328-Mar-05 14:56
Member 154898328-Mar-05 14:56 
GeneralRe: Little doubts Pin
Christian Graus28-Mar-05 15:11
protectorChristian Graus28-Mar-05 15:11 
GeneralRe: Little doubts Pin
S. Senthil Kumar29-Mar-05 2:06
S. Senthil Kumar29-Mar-05 2:06 
GeneralRe: Little doubts Pin
marinme28-Mar-05 15:12
marinme28-Mar-05 15:12 
GeneralRe: Little doubts Pin
Member 154898328-Mar-05 15:35
Member 154898328-Mar-05 15:35 
GeneralRe: Little doubts Pin
toxcct28-Mar-05 19:01
toxcct28-Mar-05 19:01 
GeneralRe: Little doubts Pin
David Crow29-Mar-05 4:59
David Crow29-Mar-05 4:59 
GeneralRe: Little doubts Pin
Gary R. Wheeler28-Mar-05 15:26
Gary R. Wheeler28-Mar-05 15:26 
GeneralRe: Little doubts Pin
Zdeslav Vojkovic29-Mar-05 2:44
Zdeslav Vojkovic29-Mar-05 2:44 
GeneralRe: Little doubts Pin
David Crow29-Mar-05 5:07
David Crow29-Mar-05 5:07 
GeneralUnable to do incremental builds Pin
ljr2428-Mar-05 14:39
ljr2428-Mar-05 14:39 
GeneralNewbie in geekland needs help with STL Pin
knapak28-Mar-05 14:17
knapak28-Mar-05 14:17 
QuestionHow to disconnect (using CInternetSession, ChttpConnection, Chttpfile) Pin
bigbby28-Mar-05 14:17
bigbby28-Mar-05 14:17 

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.