- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Apologies if this is a stupid newbie question, but there does not seem to be a way to do vectorized relational operations in IPP. e.g.
[cpp]res = x>0;[/cpp]
Am I missing something here? I can see the thresholding funcitons, but I don't want to set a threshold, I just want the boolean result: x > 0
Thanks for any suggestions.
-Randall.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You can use the "ippiCompareC_" function which will do exactly what you want.
Regards,
Matthieu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Excellent. Thanks.
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