- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to derive a node that takes non-image data as input and gives non-image data as output. For this I derived class from abstract class Node_1_1_Store. But I am struggling to develop functionality of this class. Within overridden "Do" function how can I get addresses of source data and destination data. When I provide image data I am able to get source data address using following statement
Ipp8u *pSrc1 = paramCompile.pSrc[0]+(pParamExecute->offsetSrc[0].y + shift)*src1Step;
Please help me, to getting addresses of source and destination data when I provide non-image data as an input.
Ipp8u *pSrc1 = paramCompile.pSrc[0]+(pParamExecute->offsetSrc[0].y + shift)*src1Step;
Please help me, to getting addresses of source and destination data when I provide non-image data as an input.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We can't derive a node that takes input as a non-image data. It is limitation of DMIP.
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