Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
6790 Discussions

Does IPP5.1 works without using MFC applications ?

zijia15
Beginner
315 Views

Hi,

i have 2 applications, 1 using MFC and 1 just a normal winCE application both trying to do the same thing:

Ippisize = {100, 100};

unsigned char *rawImage = new unsigned char[height*width];

IppiImageJaehne_8u_C1R(rawImage, width, size);

For the winCE application, i do this in WINMAIN.

When i check the rawImage using debug, it is blank. However for the MFC application, it is working corrctly.

Can someone advise me ?

Thanks !

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
315 Views

Hello,

if there is no output from IPP function call it is very probably that function returned with error code by some reason. If you will check a return code from function you might see what the problem. It is better to take it as a rule:)

Regards,
Vladimir

0 Kudos
Reply