- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to resize an image using "ippiResizeSqrPixel_8u_P3R" primitive. I have loaded image using cvLoadImage. I have extracted r, g and b channels data using cvSplit function. How can I pass these channel data to ippiResizeSqrPixel_8u_P3R(). Please give any sample code to do this.
Thanks.
Thanks.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
The manual for ippiResizeSqrPixe has some simple example with C1 channel image.
The difference on P3 images is pSrc and pDst[3] An array of 3 pointers to the planes for input and output images.
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