- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Was just an error of mine, sorry..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok, thanks. I glad you solved your issue.
Regards,
Vladimir
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page