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

problems with ippiSet

drever
Beginner
326 Views
Hello,

i have serious problems using ipp. there are strange effects going on. i tested it with the attached code, in which i allocate an image, set the pixels manualy and after that set the pixels with ippiSet. the output is:

( 1 2 3 ) ( 1 2 3 ) ( 1 2 3 )
( 1 2 3 ) ( 6 6 6 ) ( 6 6 42 )

but should be

( 1 2 3 ) ( 1 2 3 ) ( 1 2 3 )
( 1 2 3 ) ( 1 2 3 ) ( 1 2 3 )

(because of
ippiSet_8u_C3R( data, bla, _t_nChannels, blaSize ); )

so where could the error be? is the code wrong or could the be problems with the hardware. i'm using
-Mandrake Linux on an
-amd athlon processor
-gnu c++

Thank you,

Johannes
0 Kudos
2 Replies
drever
Beginner
326 Views
Was just an error of mine, sorry..
0 Kudos
Vladimir_Dudnik
Employee
326 Views
Ok, thanks. I glad you solved your issue.
Regards,
Vladimir
0 Kudos
Reply