- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
code from ippiman.pdf (page 73 of 1264, or 4-5):
IppiSize rroi = {5,4};
Ipp32f x[5*4];
Ipp8u y[5*4];
ippiSet_32f_C1R( -1.0f, x, 5, rroi );
...
someone in a hurry, actually used this code sample, and got a headache ...
I will not tell you who, though ... :smileywink:
Message Edited by rrogojanu on 01-07-2005 02:00 PM
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I will do as follows.
ippiSet_32f_C1R( -1.0f, x, 5 * sizeof(Ipp32f), roi );
The code of the manual is strange.
ippiSet_32f_C1R( -1.0f, x, 5 * sizeof(Ipp32f), roi );
The code of the manual is strange.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, .. figure it out before posting, but maybe one of you guys could send a to-do note to the editors...
Agood manualshould haveonly tested code samples,
otherwise, its mistakesmight confuse readers and might lower the confidence in it.
Regards,
radu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thank you. will be corrected
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