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

exception by calling ippiResize_8u_C3

peter77
Beginner
530 Views
Hi,

I have some trouble by calling the ippiResize function.
I get a exception and can catch it only with catch(...) so I can't check what kind of exception it is.

I read something of exceptions with IPP but it should be platform dependend. I'am working with windows and MSVC .Net 2003 compiler.
The problem is the same with IPP 5.1 and 4.1.3

I also checked the src and dst data but it seems to be corrct pointer with allocated memory.

Maybe there is some information what the problem could be, I think about memory access problem, but I don't know that there is a exception for.

Best regards
Peter
0 Kudos
3 Replies
Vladimir_Dudnik
Employee
530 Views

Hi Peter,

could you please post simple test case here?

Regards,
Vladimir

0 Kudos
saeidmtfhg
Beginner
530 Views
I solved the problem. Because of a special API I swaped the height and width and so there was a memory problem.
Anyway I wonder that there is a exception that will be thrown by that memory acces problem, because I thought that there should be program termination.

Nevertheless thx for reply.
0 Kudos
Vladimir_Dudnik
Employee
530 Views

Ok, great. Thanks for informing us.

Regards,
Vladimir

0 Kudos
Reply