hi,,,
i have converted the image in to gray and created itz histogram...nw i m applying various filters on the gray image...my problem is:

1.. want to display the result image after filtering in dialog box...

for this i have created the dialog class...but not getting how to send the image which i have already converted in BITMAP from IPLIMAGE...
that converted image is in view of mfc...
how to get the image from view to dialog class....
any suggestions

hi,,,
i have converted the image in to gray and created itz histogram...nw i m applying various filters on the gray image...my problem is:

1.. want to display the result image after filtering in dialog box...

for this i have created the dialog class...but not getting how to send the image which i have already converted in BITMAP from IPLIMAGE...
that converted image is in view of mfc...
how to get the image from view to dialog class....
any suggestions

Add BITMAP member to you dialog class. When you instantiate an instance of your dialog, prior to calling show, copy your original BITMAP to the BITMAP member of the dialog class.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.