- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
In the Signal Processing part of IPP there is a function called `RealToCplx` which converts 1D Real Signal to 1D Complex Signal.
I wonder if there is an equivalent for images in Intel IPP.
If not there is an option to cast the image into 1D signal taking into account the padding.
The question is the casting in the other way will create a valid Complex Image (Namely do the Complex Format of 1D and 2D in IPP are compatible)?
Thank You.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Royi,
what's is the data type? For example, 32f input data, the following function can be used:
ippsRealToCplx_32f
If there is no padding for each image line(image width * sizeof(date type) = image step), it can simply use this functions for the whole image data.
If there is padding for each image line, this functions can be used for each image line.
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