- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I know ippiResizeSqrPixel has obsoleted. So I want to use ippiResizeLinear replace it.
But I would like to know to set source ROI and destination ROI(like ippiResizeSqrPixel).
Thanks.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
To define the destination ROI you need to define the following parameters: the offset of the tiled destination image (dstOffset) with respect to the destination image origin and the destination ROI size (dstSize). The source image ROI origin is defined automatically. To obtain the source image ROI, use the ippiResizeGetSrcRoi function with the corresponding flavor.
The source ROI cannot be set explicitly. To process the source image ROI, it is required to consider it as an independent image.
Best regards, Valentin
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