Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Displaying a IplImage in C#.NET Winform

Intel_C_Intel
Employee
1,037 Views
Hello,

I downloaded the IPP Eval Library and the Image Processing Library sample.

The "Image Processing Library (the sample)" written on top of IPP has the needed function for me.
For example:
Bluring, ContrastStreching and so on.

I am writing unsafe code in C#.NET which interacts with the ipl.dll to do the Image Processing.

I am able to get the image pixel values from the .NET's image class and also able to consturct the "IplImage" structure.

I am also able to do all the Image processing (like applying Brightness, Contrast...)

But when I try to display the Image I was not able to display the ROI alone.


Can anybody help me on this...

Sorry for the bad english.
-Balaji
0 Kudos
5 Replies
Vladimir_Dudnik
Employee
1,037 Views

Hi,

You probably may be also interested with IPP C# samples, did you take a look on it?

See for the whole list of IPP samples at this link:
http://www.intel.com/cd/software/products/asmo-na/eng/perflib/ipp/219967.htm

Regards,
Vladimir

0 Kudos
Intel_C_Intel
Employee
1,037 Views
I got the C# samples.

But before that, I solved the problem.

It have done some mistake in calculating the zoomfactor for the zoom/decimate.

Thanks
-Balaji
0 Kudos
Vladimir_Dudnik
Employee
1,037 Views

Great, glad to hear you solved theissue

Vladimir

0 Kudos
simonhuguet
Beginner
1,037 Views
Hi, I also have that kind of problem : I need to convert a IplImage structure into a C# Bitmap object, and reverse. I've downloaded the sources of the link below, but I can't see how it can help. Please if you could give some clues in order to achieve this work. Thanks in advance. Simon - France
0 Kudos
Vladimir_Dudnik
Employee
1,037 Views

France,

sources show how to access to Bitmap bits and how marshal them to native functions. I think you can find more info on MSDN articles.

Regards,
Vladimir

0 Kudos
Reply