- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does IPP provide pixel-wise max and min operation? That is, given two imagesA and B, assign imageC so that C(x,y) = max(A(x,y),B(x,y)) or min(A(x,y),B(x,y))? Thanks!
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
we do not have such functions in IPP v5.1 but they are plaaned for the next version of IPP.
By the way, you can use similar functions from ippS library. In this case you need to call functions for each image's line.
Regards,
Vladimir
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Vladimir Dudnik (Intel)
Hello,
we do not have such functions in IPP v5.1 but they are plaaned for the next version of IPP.
By the way, you can use similar functions from ippS library. In this case you need to call functions for each image's line.
Regards,
Vladimir
Vladimir
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are these the functions you are looking for?
ippiMaxEvery_
ippiMinEvery_
Thanks,
Chao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Chao Yu (Intel)
Are these the functions you are looking for?
ippiMaxEvery_
ippiMinEvery_
Thanks,
Chao

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