- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
The ippiRemap remaps the pixels according to the formula
dst_pixel[i,j] = src_pixel[pxMap[i,j], pyMap[i,j]]
I want to ask if there is a function (or a way) that uses
dst_pixel[pxMap[i,j], pyMap[i,j]] = src_pixel[i,j]
thanks.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry it seems that i was specific enough.
Here's the correct formula, it implements mean shift (or displacement over a field map).
dst_pixel[pxMap[i,j], pyMap[i,j]] = dst_pixel[pxMap[i,j], pyMap[i,j]] + src_pixel[i,j]
So if anyone can help me...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, unfortunately we do not have such function in IPP
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